python cube of number | source code=a=int(input("enter number_"))print("cube of ", a, "is", a*a*a)

Published --