MCPcopy Create free account
hub / github.com/ShivaBhattacharjee/KeyZen / greet

Function greet

data/python/00_basics.py:5–6  ·  view source on GitHub ↗
(user)

Source from the content-addressed store, hash-verified

3active = True
4
5def greet(user):
6 return f"Hello, {user}!"
7
8print(greet(name))
9

Callers 1

00_basics.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected