nmhgffcyjhg

Untitled

Apr 24th, 2020
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. weather = input()
  2. text = 0
  3.  
  4. if weather == 'sunny':
  5. text = 'Its warm outside!'
  6.  
  7. else:
  8. text = 'Its cold outside!'
  9.  
  10. print(text)
Add Comment
Please, Sign In to add comment