Computer Science, asked by rashmeetkaur7187, 13 days ago

write the command to print your address?​

Answers

Answered by jushikushwaha
0

Answer:

Python print()

objects - object to the printed. * indicates that there may be more than one object.

sep - objects are separated by sep. Default value: ' '

end - end is printed at last.

file - must be an object with write(string) method. If omitted it, sys. ...

flush - If True, the stream is forcibly flushed.

Similar questions