Python Program To Find Cube of User Input Number.
Python Program to find cube of user input number.
Source Code
# This program find cube of user input number
# Store input number from user num = int(input('Enter a number: ')) # Find the cube cu = num**3 # Display the cube print('The cube of given number is ',cu)
Click here to run this code in online πππcompiler
Click here to get app for android.
π⤵️
➡️➡️➡️πππ
πππ⬅️⬅️⬅️
Output
Create by π °πππ ½ π Ίπππ ·ππ °π ·Send Feedback To ππ⬇️⬇️

Comments
Post a Comment