One, ensure the path is actually there, python will commit die if It's not. (Your using a try but there could be a better way, read more on the IO lib)
Two. one word: A S C I I
Three, display the amount of time it took (you can use pythons time lib
OP29 August, 2021 - 10:44 AM(This post was last modified: 29 August, 2021 - 10:45 AM by Quality. Edited 1 time in total.)
Reply
(29 August, 2021 - 02:17 AM)marsboy18 Wrote: Show More
GG, Great first project!
Few things that I'd add
One, ensure the path is actually there, python will commit die if It's not. (Your using a try but there could be a better way, read more on the IO lib)
Two. one word: A S C I I
Three, display the amount of time it took (you can use pythons time lib
Stay safe and code on!
@marsboy18
Thanks for your feedback!!!
I will try to improve the code. Thanks.