Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. room = "tidy"
  2. if room == "untidy" :
  3. print("Room is untidy")
  4. elif room == "tidy" :
  5. print("Room is Tidy")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement