KnowledgeBoat Logo
|

Informatics Practices

Python supports multiple assignments to multiple variables.

Python Funda

1 Like

Answer

True

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

Answered By

1 Like


Related Questions