Advertisement
lubattillah

selection

May 10th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. phrase = input("How is the weather condition today?: ")
  2. if phrase=="storm":
  3. print("don't drive till you see a clear day")
  4. print("Beware with today's weather")
  5.  
  6. injury= input("have you go any injury?: ")
  7. if injury=="deep wound":
  8. print("Apply iodine tincture as a first aid and dress the wound")
  9. print("Immediately go to the hospital")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement