aistudio_TTS / temp.py
Qi28's picture
Update temp.py
fdd7627 verified
raw
history blame contribute delete
120 Bytes
import time
while True:
print("这是一个带延迟的死循环!")
time.sleep(10) # 每次迭代暂停1秒