Advertisement
scipiguy

Python 101: Bot started

Apr 22nd, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. print("Hi, I am your personal 'bot' called Dave.")
  2.  
  3. users_name = input("Please enter your name: ")
  4. print("Welcome " + users_name + "!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement