Python Programming - Console Input/Output - Discussion

Discussion Forum : Console Input/Output - General Questions (Q.No. 15)
15.
What is the purpose of the sep parameter in the print() function?
Sets the output separator between arguments
Sets the end character at the end of the printed string
Controls the formatting of the printed string
Defines the width of the printed string
Answer: Option
Explanation:
The sep parameter in print() sets the output separator between the arguments.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.