Explore Library
Code QuizBeginner

Variables and Assignment

Find the error in a variable assignment.

Codepython
5 = age
print(age)

What is the bug in this code?