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

Function display_greeting

magic8ball.py:37–38  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

35
36
37def display_greeting(name):
38 print(f"Hello, {name}!")
39
40
41def magic_8_ball():

Callers 1

magic8ball.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected