x = float(input("Enter the weight in kilograms: "))
y = x * 2.2
print("The pounds value is ",y)
Note: Need to be arranged in compiler after copied
OutPut:
Enter the weight in kilograms: 45.6
The pounds value is 100.32000000000001
The pounds value is 100.32000000000001