Write a function named square that takes one number and returns the square of this number.
Use the provided template.
Write a function named square that takes one number and returns the square of this number.
Use the provided template.
Sample Input 1:
5Sample Output 1:
25Create a free account to access the full topic