pounds = int(input("Enter weight in KG: ")) * 2.204 print("The weight in pouns is:",pounds,"pounds")