Write a python program that takes a number and print its square on April 15, 2020 Get link Facebook X Pinterest Email Other Apps Write a python program that takes a number and print its square number = int(input("Enter the number"))square = number * numberprint(square) Sample output Input : 5 Output : 25