Computer Science, asked by mia2306, 4 months ago

Write a program to find the cube of a given number in python.
pls help i need it noww
PLSS TRY TO UNDERSTAND I WANT IT !!!!!

Answers

Answered by shreshthakhare
0

Answer:

द सेलिंग प्राइस द सेलिंग प्राइस ऑफ 12 कार्ड्स इक्वल टू द कॉस्ट प्राइस ऑफ 10 कार्ड्स फाइंड द लॉस परसेंटेज

Answered by XxxRAJxxX
1

number = float(input(" Please Enter any numeric Value : "))

cube = number * number * number

print("The Cube of a Given Number {0} = {1}".format(number, cube))

Similar questions