Solve problem "Square" online - Learn Python 3 - Snakify

Square


Statement

Write a program that takes a number and print its square.

In all the problems input the data using input() and print the result using print().