Man
Builtins
Utility
print (Utility)
print (Utility)
Prints text representation of a value to the console.
Arguments
The
value
to print.
Return values
None
Example
4 print "word" print
Output:
4word