Sign in
chromium
/
external
/
github.com
/
dpranke
/
typ
/
refs/heads/dev
/
.
/
examples
/
python
/
hello
/
nouns.py
blob: 6cee919089f1ae861e76a99f11b385d1d53a33df [
file
] [
log
] [
blame
] [
edit
]
def
lookup
(
noun
=
None
):
return
noun
or
"world"