파이썬에서 타이머를 구현하고 싶지만 유용한 기사를 찾을 수 없습니다. 위의 논리를 구현하는 구문의파이썬에서 타이머를 구현하는 방법
`timer -> 60 seconds to zero
#do stuff
if the user selects to manually reset the timer -> start the time loop again
if user exits -> exit the time loop
reset the timer and again do above steps`
오전 기사를 찾고/정보 : 내 주요 목표는 다음과 같은 논리를 구현하는 것입니다.
무엇 환경에서 일하고 있습니까? 사용자가 터미널, GUI 또는 브라우저를 통해 프로그램과 상호 작용합니까? – tiwo
비슷한 : http://stackoverflow.com/questions/10154568/postpone-code-for-later-execution-in-python-like-settimeout-in-javascript – tiwo
'time.tme()'을 사용 하시겠습니까? –