Skip to content

Commit a62738c

Browse files
committed
commit2
1 parent 4854332 commit a62738c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app2.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import threading
22
import time
3+
print("test")
34
def myloop(rangenum:int):
45
for i in range(rangenum):
56
print(i)

0 commit comments

Comments
 (0)