Question #221

Which statement is invalid?

Here, a b c = 1000 2000 3000 will throw a SyntaxError as multiple assignment is only possible with comas. Also, 1,000,000 is a tuple, even if it is defined without parenthesis. (note.nkmk.me/en/python-multi-variables-values)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵