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