Advertisement
jhoward48

Untitled

Jun 3rd, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. def intro():
  2.      for i in range(3):
  3.           print ("hi, My name is Jacqueline")
  4.           name=input (" what is your name?")
  5.           print ("Hello it is nice to meet you, ", name)
  6.  
  7. intro()
  8. intro()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement