Challenge: Write a Square Function
Can we write a function that will calculate the square of the number?
We'll cover the following...
Problem statement
Write a function in Powershell and Python that will calculate the square of the number. ...