Files
sample-lib/lib.py
T
2026-07-23 16:32:45 -07:00

3 lines
44 B
Python

def greet(name):
return f"hello {name}"