Prints the values given
> print ...rest
...rest
Print 'hello world'
> print "hello world"
Print the sum of 2 and 3
> print (2 + 3)