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 |
|---|---|---|---|
| 8 | 2024-09-12 00:26:16 | 41.19 | 94.6% |
| 6 | 2024-09-10 21:29:15 | 45.97 | 95.3% |
| 4 | 2024-09-10 21:26:19 | 41.08 | 96.5% |
| 1 | 2024-09-07 21:40:04 | 37.19 | 94.4% |