What is the use of print() function? Explain the different separators that can be used with print()
Answers
Answered by
1
Answer:
SO a print function is to display a desired input to the output
for eg. print("hello world ")
this will be shown as hello world
Similar questions