KOTA ITO

Generation

generate functionMon, 12 Dec 2022

indexが901の倍数の場合、time sleepする

import time def sleep(index): if index % 901 == 0: time.sleep(1) return index sleep(902)

Want to kickstart your project?Use the new AI Studio to create your code