python works

This commit is contained in:
Merith-TK 2024-03-16 06:41:03 -07:00
commit 7482f8e1bf
9 changed files with 456 additions and 0 deletions

4
workspace/main.py Normal file
View file

@ -0,0 +1,4 @@
import time
for i in range(50):
print(i)
time.sleep(0.5)