From 6d7505ce9e1a26a49fe78b31422973807985c507 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Fri, 1 Feb 2019 10:43:50 -0500 Subject: [PATCH] Added a getMinutes function and rearanged the get_ functions --- Stopwatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stopwatch.py b/Stopwatch.py index c1b9a57..2a803a0 100644 --- a/Stopwatch.py +++ b/Stopwatch.py @@ -1,7 +1,7 @@ #Python/myClasses/Stopwatch.py #Matthew Ellison # Created: 1-27-19 -#Modified: 1-27-19 +#Modified: 2-1-19 #This is a class that is used to time program run times import time