Answers for "cube finder python"

0

cube finder python

a = int(input("Enter the number to find Cube: "))

print("Cube of your number is: ",a**3)
Posted by: Guest on January-11-2022

Python Answers by Framework

Browse Popular Code Answers by Language