CBSE Class 11 Informatics Practices Question 56 of 62

Getting Started with Python — Question 4

Back to all questions
4
Question

Question 4

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.