Advertisement
KodingKid

My (and pretty much everyone's) first script

Apr 12th, 2021
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. name = input()
  2. print("Hello there," name)
  3. #this allows you to type in your name then says 'hello there' and your name
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement