A python program that will convert pounds into kilograms. Without wasting much of your time, let’s g
- Nelson John
- Nov 14, 2017
- 1 min read
Prompt the user to enter a value in pounds
pounds = eval(input("enter a value in pounds: "))
convert pounds to kilogram
kilograms = ((pounds * 0.454))
Display result print("the value for pounds is", kilograms, "kilograms")

phone: +2349034595610 whatsapp: +2349034595610 facebook: ayamnelrodinho1@gmail.com email: talk2nelsonjohn2day@yahoo.com
Sign in with your email address to get our latest post.
Comments