mostly works now! Maybe?

This commit is contained in:
Merith-TK 2024-03-16 08:15:31 -07:00
parent 7482f8e1bf
commit 66268e6702
8 changed files with 105 additions and 50 deletions

View file

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