Python Variables Quiz

1. Which of these is a valid variable name?
2. What will this print? x = 5; x = "Hello"; print(x)
3. Multiple assignment: x, y = 1, 2. What is y?
4. What is dynamic typing?
5. Which of these is NOT a Python data type?
← Back to Lesson