We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 221b9baCopy full SHA for 221b9ba
test.py
@@ -0,0 +1,4 @@
1
+print('hello')
2
+for i in range(1, 20):
3
+ print(i)
4
+
0 commit comments