Advertisement
Ilditoth

intro

Aug 14th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. def intro():
  2. name=input("Let's do some coding.What's your name?> ")
  3. print("Welcome,"+name+".")
  4. intro()
  5. intro()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement