Shirou (ness_20xx)

Race #7

View Pit Stop page for race #7 by ness_20xxGhost race

View profile for Shirou (ness_20xx)

Official speed 50.47 wpm (36.14 seconds elapsed during race)
Race Start February 10, 2019 7:57:03pm UTC
Race Finish February 10, 2019 7:57:39pm UTC
Outcome No win (4 of 4)
Opponents 1. jlachney (77.65 wpm)
2. poem (62.83 wpm)
3. hyper_racer (55.64 wpm)
Accuracy 92.0%
Points 16.82
Text #10006 (Length: 152 characters)

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)