My issue
single print statement by comma separating them
My code
# Add "equals" and 10 at the place of __, __
print(7, "plus", 3,"plus", 10)
Learning course: Learn Python Programming
Problem Link: https://www.codechef.com/learn/course/rcpit-python/RCPITPY03/problems/PYTH12