Advertisement
MstrSparks

Untitled

Oct 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.24 KB | None | 0 0
  1. # FutureLearn Week 1 Bot
  2.  
  3. # The Bot introduces itself and waits for instructions
  4. print("Hi, I am Marvin, your personal bot.")
  5. print("Let's get started....")
  6. users_name = input("Please enter your name: ")
  7.  
  8. print("Welcome " + users_name + "!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement