smailyk83 / play

play

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

play

Ask the user for their name

name = input("What's your name? ")

Greet the user

print("Hello, " + name + "! Welcome to the playground!")

About

play