My issue
How to print 3+4 1+2 on the same line
My code
# Update the '_' in the code below to provide the following outp print(3+4)
print ("2+1","3+4", sep=' ')
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone