diff --git a/index.py b/index.py new file mode 100644 index 0000000..4c447b3 --- /dev/null +++ b/index.py @@ -0,0 +1,18 @@ +import re +from os import path + +def fooBar(baz, bom): + """This is the doc string. + + To use fooBar() you should give it a: + - baz + - bom + + And that's pretty much all there is to it! + """ + print(baz) + while True: + if bom is bom: + return + + return [foo + i for i in 1..10] \ No newline at end of file