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 |
|---|---|---|---|
| 28 | 2024-01-05 00:17:35 | 40.64 | 97% |
| 25 | 2024-01-04 09:57:22 | 51.19 | 98.2% |
| 22 | 2024-01-04 09:53:38 | 38.13 | 95.5% |
| 6 | 2024-01-04 09:20:00 | 48.26 | 94% |