Computer Science, asked by trishabhar, 6 months ago

write a program in python to input a number and find its cube

Answers

Answered by narapogusudhakar777
2

Explanation:

please follow me

Here's the answer Dear

2: Python program to find Cube of given number Using Cube() function

Take input number from the user.

Calculate the cube of the given number using function.

Print cube of the given number

Similar questions