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
In Python, integer data type has a fractional part.
Null literal in Python means "there's nothing here".
Which of the following are not the fundamental building blocks of a Python program?
- Identifiers
- Constants
- Keywords
- Errors
Identifier name cannot be composed of special characters other than …………… .
- #
- Hyphen (-)
- Underscore (_)