I wish to implement timer in python, but could not find any useful articles on that. My main aim is to implement the following logic:
`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`
Am looking for articles / information of the syntax to implement the above logic.