Help me in solving PYTH12 problem

My issue

My code

# Update the '_' in the code below to get the desired result

print(3+4 and 2+1)

Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone

Watch out for ‘_’ in the code. It gives you a hint as to what should be the answer.

In the question;

print(7, "and", 3)

This should be the solution. This prints result of (3+4) along with (2+1), separated by and.