Informatics Practices

The print() method without any value or name or expression prints a blank line.

Python Funda

1 Like

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

1 Like


Related Questions