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.
print(*objects, sep=' ', end='\n', file=None, flush=False)