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-11-17 12:25:17 | 51.61 | 98% |
| 25 | 2025-11-17 12:24:25 | 47.09 | 97% |
| 17 | 2025-11-15 18:07:28 | 41.09 | 95% |
| 14 | 2025-11-15 13:11:19 | 45.55 | 97% |