print(object(s), sep=separator, end=end, file=file, flush=flush)
object(s)
Any object, and as many as you like. Will be converted to string before printedsep='separator'
Optional. Specify how to separate the objects, if there is more than one. Default is ' 'end='end'
Optional. Specify what to print at the end. Default is '\n' (line feed)