first group of challenges
This commit is contained in:
2
challenges1-11/challenage-010.py
Normal file
2
challenges1-11/challenage-010.py
Normal file
@@ -0,0 +1,2 @@
|
||||
weight = float(input('Enter weight to convert it to pounds : '))
|
||||
print('{0} kg = {1} pounds'.format(weight, (weight*2.204)))
|
Reference in New Issue
Block a user