This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import numpy as np | |
''' | |
Use option 1 and start your task, every time the task is done and you are about to go to the next task, | |
use option 2 to recapture the new time and save (and display) the previous duration taken for the task. | |
Then use option 2 continuously between tasks and once all your tasks are done, on the last task instead of using option 2 |