CBSE Class 11 Informatics Practices Question 102 of 102

Python Programming Fundamentals — Question 11

Back to all questions
11
Question

Question 11

Python supports multiple assignments to multiple variables.

Answer

True

Reason — Python supports multiple assignments to multiple variables in a single line.
For example, msg, day, time = 'Meeting', 'Mon', 9