Dorothydu's picture
Add files using upload-large-folder tool
11c6595 verified
pounds = int(input("Enter weight in KG: ")) * 2.204
print("The weight in pouns is:",pounds,"pounds")