CBSE Class 11 Computer Science Question 92 of 98

Python Programming Fundamentals — Question 6

Back to all questions
6
Question

Question 6

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

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.