Explore Library
Code QuizBeginner

Naming Conventions and Identifiers

Spot the invalid variable name in this code.

Codepython
2nd_place = "Bob"
print(2nd_place)

What is the bug in this code?