TrainingPlatform_Flask/test.py
2025-06-03 16:14:17 +08:00

6 lines
70 B
Python

import time
for i in range(0, 10000):
time.sleep(2)
print(i)