Hogstem / LearningStuff

This is my repository for learning Python.
22 stars 3 forks source link

PinCracker: time elapsed bug #1

Open tgore323 opened 2 years ago

tgore323 commented 2 years ago

Where script shows elapsed time, it shows minutes and also seconds >59. For example, my result printed that the time elapsed was "1 minutes and 117 seconds." Shouldn't it have printed "2 minutes and 57 seconds"?

Hogstem commented 2 years ago

Yes! Thank you for bringing this to my attention!