Joshua (joshuawn)

Race #9

View Pit Stop page for race #9 by joshuawnGhost race

View profile for Joshua (joshuawn)

Official speed 80.19 wpm (22.75 seconds elapsed during race)
Race Start February 23, 2011 6:05:30am UTC
Race Finish February 23, 2011 6:05:53am UTC
Outcome Win (1 of 2)
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)