write the command to print your address?
Answers
Answered by
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