My issue
Update the ‘_’ in the code below to get the desired result
print(7,“3+4”,“2+1”, 3)
My code
# Update the '_' in the code below to get the desired result
print(7,"3+4","2+1", 3)
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone