Informatics Practices
The sep argument is used with print() method.
Getting Started
1 Like
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