Help me in solving PYTH12 problem

My issue

My code

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

print(7 and  3)

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

Update the ‘_’ in the code below to get the desired result

print(7,“and”, 3)

remove the space between 7 and “and” .