Help me in solving PYTH12 problem plssssssssss

My issue

My code

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

print(7,  , 3)

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

@anasbourijate2
U have to do it like this

# Solution as follows

print(7, "and", 3)