Files
natalieee.net/www/src/data/thoughts/python-bash-builtins/foo.py

4 lines
44 B
Python

def _foo(*_):
print("foo")
return 0