Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. sisend = input()
  2. isikukood = str(sisend)
  3. if isikukood[0] == str(2):
  4. print("she")
  5. elif isikukood[0] == str(4):
  6. print("she")
  7. elif isikukood[0] == str(6):
  8. print("she")
  9. elif isikukood[0] == str(3):
  10. print("he")
  11. elif isikukood[0] == str(5):
  12. print("he")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement