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 |
|---|---|---|---|
| 39 | 2024-05-29 13:40:44 | 43.52 | 98.1% |
| 31 | 2024-05-15 18:48:26 | 40.96 | 97.6% |
| 21 | 2024-05-14 15:22:18 | 42.66 | 97% |
| 18 | 2024-05-14 15:16:12 | 41.00 | 96.5% |