Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Celcius=float(input("ketik nilai celcius"))
  2. Reamur = 4/5*Celcius
  3. Fahrenhit = 9/5*Celcius+32
  4. Kelvin = 273+Celcius
  5. print("Celcius =",Celcius)
  6. print("Fahrenhit =",Fahrenhit)
  7. print("Reamur =",Reamur)
  8. print("Kelvin =",Kelvin)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement