12311k

Untitled

Mar 11th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. temperature = -25
  2. weather = 'солнечно'
  3.  
  4. # напишите ваш код ниже
  5. print('Сегодня', weather)
  6. print('Температура воздуха', temperature, 'градусов Цельсия')
Add Comment
Please, Sign In to add comment