Johan (anderssonjohan)

Race #1

View Pit Stop page for race #1 by anderssonjohanGhost race

View profile for Johan (anderssonjohan)

Official speed 38.64 wpm (47.20 seconds elapsed during race)
Race Start January 7, 2014 3:47:15pm UTC
Race Finish January 7, 2014 3:48:02pm UTC
Outcome No win (3 of 3)
Opponents 2. zaz_ (44.81 wpm)
Accuracy 92.0%
Points 0.00
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)