KnowledgeBoat Logo
|

Informatics Practices

The sep argument is used with print() method.

Getting Started

3 Likes

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.

Answered By

2 Likes


Related Questions