Help me in solving VAR5 problem

My issue

Help

My code

# Fix one of the variable names to make the code work

1st_name = "Code"
last_name = "Chef"
print(1st_name, last_name)

Learning course: Python Programming
Problem Link: Properties of Variables Practice Problem in Python Programming - CodeChef