6 lines
97 B
Python
6 lines
97 B
Python
# included using an import
|
|
# must not include a coding directive
|
|
|
|
def getFoo():
|
|
return "foo"
|