Advertisement
ydpetkov

weather_forecast

Jul 14th, 2022
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. weather = input()
  2.  
  3. if weather == 'sunny':
  4. print("It's warm outside!")
  5. else:
  6. print("It's cold outside!")
  7.  
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement