Explain about output function in python.
Answers
Answered by
2
Python Output Using print() function
In the second print() statement, we can notice that space was added between the string and the value of variable a . ... After all values are printed, end is printed. It defaults into a new line. The file is the object where the values are printed and its default value is sys.
Similar questions