import time
start=time.time()
fim=time.time()
How do I reset the team? I want it to go back to zero and start a new count without the program ending. Do this 3 times.
import time
start=time.time()
fim=time.time()
How do I reset the team? I want it to go back to zero and start a new count without the program ending. Do this 3 times.