I am new to Python so be gentle.
I have been trying to write a program that counts or measures events in real time. At the moment I am using the sleep command but this pause event doesn't take into account the time the program takes to run. I have read up on the datetime
module and can sort of see how this could be used, but I am a bit stuck in implementing this.
In short, I want a program that counts from 0 to 100 in real time seconds and milliseconds.