MCPcopy Create free account
hub / github.com/geekcomputers/Python / display_greeting

Function display_greeting

magic_8_ball.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

magic_8_ball.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected