play

Ask the user for their name

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

Greet the user

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