잠시 멈춰
import time
print ("Sleep 5 seconds")
time.sleep(5)
print("End")
time.sleep(random.uniform(0, 1))
'etc > 프로그래밍' 카테고리의 다른 글
파이참 import / Interpreter 에러 (0) | 2019.08.12 |
---|---|
파이썬 클래스파일 import - SyntaxError: invalid token (0) | 2019.08.12 |
파이썬 한글 유니코드와 아스키코드 (0) | 2019.08.10 |
notepade++ 에서 파이썬 이용하기 (0) | 2019.08.09 |
내 브라우저 User Agent String 알아내기 (0) | 2019.08.09 |
댓글