The print() method without any value or name or expression prints a blank line.
2 Likes
True
Reason — When the print() function is called without any arguments, it outputs a newline character ('\n'), which results in printing a blank line.
print()
Answered By
3+C = A is a valid statement.
The input() method always returns a value of an integer type.
In Python, boolean type is a sub-type of integer.
"AISSCE-2020" is a valid string variable in Python.