Python Programming - Console Input/Output - Discussion

Discussion Forum : Console Input/Output - General Questions (Q.No. 21)
21.
What will the end parameter in the print() function do?
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 end parameter in print() sets the end character that will be printed at the end of the string.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.