From 04a9d6b95f8e9d52b82d6605eb8555f23eee6c7e Mon Sep 17 00:00:00 2001 From: Sam Stern Date: Sat, 2 Jul 2022 10:07:27 +0100 Subject: [PATCH] Add python --- index.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index.py 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