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 8c741d0 commit 08aefd5Copy full SHA for 08aefd5
endless.py
@@ -0,0 +1,4 @@
1
+i = 0
2
+
3
+while True:
4
+ i += 1;
0 commit comments