Tracking how long a program took to run

--Originally published at Python3

I wanted to know how much time it took for a program to run. I made a program with a very long loop, and used the time class to record the time it took for my program to run. When I asked Ken about this, he showed me a terminal command that gave more information that was also more accurate. I think that this is a really important aspect of a program, since they need to be as fast as we can make them.

time1time2