Write down the correct and complete syntax of print function in python, and also describe the use of 'sep' and 'end' arguments with example.
Answers
Answered by
1
Explanation:
The end key of print function will set the string that needs to be appended when printing is done. By default the end key is set by newline character. So after finishing printing all the variables, a newline character is appended.
Similar questions
Computer Science,
3 months ago
Social Sciences,
3 months ago
Physics,
7 months ago
Math,
7 months ago
English,
11 months ago