Informatics Practices

Python supports multiple assignments to multiple variables.

Python Funda

3 Likes

Answer

True

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

Answered By

2 Likes


Related Questions