We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4854332 commit a62738cCopy full SHA for a62738c
app2.py
@@ -1,5 +1,6 @@
1
import threading
2
import time
3
+print("test")
4
def myloop(rangenum:int):
5
for i in range(rangenum):
6
print(i)
0 commit comments