Help me in solving PYTHCL20 problem

My issue

1st_name = “Code”
last_name = “Chef”
print(1st_name, last_name)

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: ATT - Python
Problem Link: Properties of Variables Practice Problem in ATT - Python - CodeChef