I was trying to figure out a way to toggle between a start state and a pause state.
Started a toggle start_time method in the Stopwatch class (which I probably won't use).
Figure out how to prevent runtimeError from occurring when clicking on start again. Have it pause before that happens... ?
I was trying to figure out a way to toggle between a start state and a pause state. Started a toggle start_time method in the Stopwatch class (which I probably won't use). Figure out how to prevent runtimeError from occurring when clicking on start again. Have it pause before that happens... ?