Computer Science, asked by barneyross1234, 9 months ago

What is the use of print() function? Explain the different separators that can be used with print()

Answers

Answered by everythingdone32
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