def square(x): 'Calculates the square of the number x.' return x*xprint square(100)
Name (required)
email (will not be published) (required)
Website