ID EN
Built-in Functions

print

Python 3.11

Print objects to the text stream file, separated by sep and followed by end. sep, end, file, and flush, if present, must be given as keyword arguments.

Syntax

PYTHON
print(*objects, sep=' ', end='\n', file=None, flush=False)

See Also

str() print() sys.stdout print()