Informatics Practices
The print() method without any value or name or expression prints a blank line.
Python Funda
3 Likes
Answer
True
Reason — When the print()
function is called without any arguments, it outputs a newline character ('\n'), which results in printing a blank line.
Answered By
2 Likes