alllexxx1/python-project-49

View on GitHub
brain_games/cli.py

Summary

Maintainability
A
0 mins
Test Coverage
import prompt


def welcome_user():
    name = prompt.string('May I have your name? ')
    print(f'Hello, {name}!')