Skip to content

Instantly share code, notes, and snippets.

@SANTOSHSHARMA11
Created December 14, 2019 13:12
Show Gist options
  • Save SANTOSHSHARMA11/fded123a3266903c50f59c72c20de73e to your computer and use it in GitHub Desktop.
Save SANTOSHSHARMA11/fded123a3266903c50f59c72c20de73e to your computer and use it in GitHub Desktop.
It will convert the weight between pound and kilogram
weight=input("enter your weight in pound")
conversion = int(weight)*0.45
print("weight in kg"+str(conversion))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment