print "Using URL", url req = urllib2.Request(url) fd = urllib2.urlopen(req) while 1: data = fd.read(1024) if not len(data): break sys.stdout.write(data)
| Game | Time | WPM | Accuracy |
|---|---|---|---|
| 26 | 2025-08-05 15:15:07 | 35.54 | 92% |
| 21 | 2025-08-05 15:08:18 | 33.81 | 94% |
| 7 | 2025-07-30 08:28:05 | 34.31 | 94% |
| 2 | 2025-07-26 08:20:02 | 31.86 | 95% |