27 Nov
27Nov

Source code ----- 

# A simple program made by Linux & Windows Tech

name = input("Enter your name:")

print("Hi,",name)

print("Welcome to a simple program made by Linux & Windows Tech to find the cube")

num = float(input("Enter the number:"))

cube = num * num * num

print("The cube of the number is",cube)

Comments
* The email will not be published on the website.
I BUILT MY SITE FOR FREE USING