Write your request in a *.human file. The finished code is saved right next to it, with the same name (the file type matches the language you chose).
# greet.humanWrite a function that takes a name and returnsa friendly greeting, with a docstring.
$ npx human-to-code .yes wrote greet.py

