MCPcopy Index your code
hub / github.com/geekcomputers/Python / get_user_name

Function get_user_name

magic8ball.py:31–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29# Will use a class on it.
30# Will try to make it much more better.
31def get_user_name():
32 return inquirer.text(
33 message="Hi! I am the magic 8 ball, what's your name?"
34 ).execute()
35
36
37def display_greeting(name):

Callers 1

magic8ball.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected