Skip to content

Instantly share code, notes, and snippets.

@SANTOSHSHARMA11
Created December 14, 2019 13:15
Show Gist options
  • Save SANTOSHSHARMA11/ffb8fea6e61122f37d5129b44a12d3e7 to your computer and use it in GitHub Desktop.
Save SANTOSHSHARMA11/ffb8fea6e61122f37d5129b44a12d3e7 to your computer and use it in GitHub Desktop.
It will help you to decide what action you should take according to weather
a=input("type of day")
if a == ' HOT' or a == ' hot':
print("its hot day \n Drink plenty of water")
elif a == ' COLD' or a == ' cold':
print("its cold \n wear warm clothes")
else:
print("its lovely day")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment