Re: [Tutor] making a typing speed tester

2007-11-07 Thread Evert Rol
Hi Tom, > I'm trying to write a program to test someones typing speed and show > them their mistakes. However I'm getting weird results when looking > for the differences in longer (than 100 chars) strings: > > import difflib > > # a tape measure string (just makes it easier to locate a given i

[Tutor] making a typing speed tester

2007-11-07 Thread Tom
Hi, I asked this question last year but got no response. I'm trying to write a program to test someones typing speed and show them their mistakes. However I'm getting weird results when looking for the differences in longer (than 100 chars) strings: import difflib # a tape measure string (just m