Computer Science, asked by manvendrasingh935, 7 months ago

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 Anonymous
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