main
import prompt def welcome_user(): print('Welcome to the Brain Games!') user_name = prompt.string('May I have your name? ') print(f'Hello, {user_name}!')