update code to current

This commit is contained in:
Merith-TK 2024-03-16 18:53:16 -07:00
parent 0a563d8b02
commit 0ad7b3f110
6 changed files with 55 additions and 17 deletions

View file

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