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 #314
Assigning one value to multiple variables in one assignment is possible. See the syntax with the example a = b = c = 50 . (note.nkmk.me/en/python-multi-variables-values)
It is possible to assign a value to more than one variable in one assignment.
— The Python Quiz (@thepythonquiz) April 18, 2021
True
False
π Comment the answer, like and retweet! #python
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: