Mon May 04 2026 11:32:53 GMT+0000 (Coordinated Universal Time)
Saved by @abhishek2010
num = int(input("Enter a number :")) cube = num + num + num print("Number is ", num) print("Its cube is", cube)
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments