Advertisement
Mancolo

Untitled

Sep 29th, 2020
773
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. c = int(input("ВВедите температуру"))
  2. c = 9/5*c +32
  3. print ("tF =", c)
  4.  
  5.        
  6.    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement