Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. def intro():
  2. print("Can you do some coding for me?")
  3.  
  4.  
  5. intro()
  6. intro()
  7.  
  8. phrase = input("Are you the coding educator? > ")
  9. if phrase == "Yes".lower() == "yes":
  10. print("Teach me!")
  11. elif phrase == "no":
  12. print("Let's do it together!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement