🌈 搜索
📅  最后修改于: 2022-03-11 14:47:00.877000             🧑  作者: Mango
a = int(input("Enter the number to find square: ")) print("square of your number is: ",a**2)