Python Programming
Monday, May 13, 2019
WAP to input inches from the user and convert it into yards and feet
Inches = float(input('Enter leangth in inches = '))
print('-'*10)
print('feets = ' + str ( Inches/12 ) )
print('yards = ' + str ( Inches/36 ) )
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment