The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #315
a = b = 100
print(b)
Assignments of value to multiple variables in one line is possible in Python. both a and b will contain 100. (note.nkmk.me/en/python-multi-variables-values)
Question difficulty: 🔵🔵🔵🔵🔵
Similar questions: