This is a blog just for uploading my python code which I'm learning right now with Linux .
day = input('Q. how is the day hot or cool? ') print(' ') if (day == "hot"): print("drink lot's of water ") print(' ') print('enjoy your day') elif (day == "cool"): print("don't go out stay in razi ") print(' ') print('enjoy your day') else: print("\033[1;31;m invalid input \n") print(' ') print(' ')
Comments
Post a Comment