Advertisement
Pedroleon

w4_functions

Jan 13th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # def my_function():
  2. def intro():
  3. print("Lets do some coding")
  4. print("My second message")
  5. phrase = input(" How are you today? >")
  6. if phrase =="ok":
  7. intro()
  8. else:
  9. print("bye")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement