12311k

Untitled

Mar 11th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. temperature_exact = '39.3' # (жара)
  2. temperature_approx = int(float(temperature_exact)) + 1 # преобразуйте значение в целое и прибавьте 1
  3. print("За окном " + temperature_exact + " градусов Цельсия. Это почти " + str(temperature_approx))
Add Comment
Please, Sign In to add comment