Advertisement
Guest User

schoolpython3

a guest
Feb 28th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. name = input("Hi there, what's your name? >")
  2. print("Hello there " + name + " and welcome to CSC!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement