Skip to content

Commit 781e4b3

Browse files
More python please
1 parent b5c3fbe commit 781e4b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

demo.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
print('hello world')
2+
3+
for item in [1,2,3,4,5,6,'foo','bar','baz']:
4+
print('eh')

0 commit comments

Comments
 (0)