Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- weather = input()
- if weather == 'sunny':
- print("It's warm outside!")
- else:
- print("It's cold outside!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement