timpin

Untitled

Aug 18th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. def intro():
  2. name = input("Tell me your name, then we can do some coding. ")
  3. print("Hello,",name,"let's go!")
  4.  
  5. intro()
Advertisement
Add Comment
Please, Sign In to add comment