Getting Started
hello()
square()
This is a placeholder for putting the main code for your module.
Print hello.
Square the number.
x – An integer to square
The integer, squared
>>> square(5) 25