My current program uses the average definitions and prints and inputs; however, how do I use the time library? Do I have to import time
?
My program includes a lot of print statements in one particular definition; therefore, I want to add a pause of like 2 seconds each to separate every other print statements as it currently looks too automatic, so how would I go about doing this?
Also, do I have to continue writing import time
every time I want to use it? (so every couple print statements)
Many thanks!!