Python Programming
Thursday, May 9, 2019
WAP to input a number and print its cube
number = int(input('Enter Number = '))
print('-'*10)
print('square of a given number = ' +str (number * number * number))
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment