python works
This commit is contained in:
commit
7482f8e1bf
9 changed files with 456 additions and 0 deletions
4
workspace/main.py
Normal file
4
workspace/main.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
import time
|
||||
for i in range(50):
|
||||
print(i)
|
||||
time.sleep(0.5)
|
Loading…
Add table
Add a link
Reference in a new issue