Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions index.py
Original file line number Diff line number Diff line change
@@ -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]