CBSE Class 11 Computer Science Question 97 of 98

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