Skip to content

Commit acbb1cc

Browse files
committed
Add all snippets
1 parent 21d1df2 commit acbb1cc

File tree

7 files changed

+6
-0
lines changed

7 files changed

+6
-0
lines changed

snippets/comprehensions.py

Whitespace-only changes.

snippets/data_structures.py

Whitespace-only changes.

snippets/extras.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Talk about Generators, Unicode,
2+
# standard library things (like argparse) here

snippets/func.py

Whitespace-only changes.

snippets/iterators.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
l = [1,2,3,4,5]
2+
for element in l:
3+
print(element)
4+

snippets/print.py

Whitespace-only changes.

snippets/typecasts.py

Whitespace-only changes.

0 commit comments

Comments
 (0)