Print objects to the text stream file, separated by sep and followed by end. sep, end and file, if present, must be given as keyword arguments.
print(*objects, sep=' ', end=' ', file=sys.stdout, flush=False)