dmi-sm/python-project-49

View on GitHub
brain_games/cli.py

Summary

Maintainability
A
0 mins
Test Coverage
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}!')