CBSE Class 11 Computer Science Question 73 of 80

Getting Started with Python — Question 6

Back to all questions
6
Question

Question 6

The sep argument is used with print() method.

Answer

True

Reason — The sep argument in the print() function is used to specify a string that separates the objects being printed. The default separator is a space.