Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. temperature = input("what is the tempeture in fahrenheit")
  2. formular = 32
  3. print((temperature - 32) * (5/9))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement