본문 바로가기
etc/프로그래밍

파이썬 잠시 멈춰

by 칸타렌서 2019. 8. 10.

잠시 멈춰 

 

import time

print ("Sleep 5 seconds")
time.sleep(5)
print("End")

time.sleep(random.uniform(0, 1))

 

댓글