print

Hook for printing an input and returning the output.Follows: https://docs.python.org/3/library/functions.html#printprint(*objects, sep=’ ‘, end=’n’, file=sys.stdout, flush=False)

Inputs

Arguments

Position

Argument

Type

1

objects

any

Output

None