We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c3fbe commit 781e4b3Copy full SHA for 781e4b3
demo.py
@@ -1 +1,4 @@
1
print('hello world')
2
+
3
+for item in [1,2,3,4,5,6,'foo','bar','baz']:
4
+ print('eh')
0 commit comments