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