Advertisement
Guest User

gfd

a guest
Nov 25th, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. print("Wel
  2. come.")
  3. mass = flo
  4. at(input("Please enter the mass of the object."))
  5. u = input("Wh
  6. at units would you like the answer in(g or kg):")
  7.  
  8. if u == "g":
  9. ass/1000)*9.81
  10. prin
  11.  
  12.  
  13. elif u == "kg":
  14. f = mass
  15. *9.81
  16. print(f,"N")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement