gart (icoder)

Race #14

View Pit Stop page for race #14 by icoderGhost race

View profile for gart (icoder)

Official speed 36.30 wpm (50.25 seconds elapsed during race)
Race Start June 13, 2013 3:58:10am UTC
Race Finish June 13, 2013 3:59:00am UTC
Outcome No win (2 of 3)
Accuracy 98.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)