Python supports multiple assignments to multiple variables.
3 Likes
True
Reason — Python supports multiple assignments to multiple variables in a single line.For example, msg, day, time = 'Meeting', 'Mon', 9
msg, day, time = 'Meeting', 'Mon', 9
Answered By
2 Likes
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?