Edward (ehwuh)

Race #4

View Pit Stop page for race #4 by ehwuhGhost race

View profile for Edward (ehwuh)

Official speed 71.56 wpm (25.49 seconds elapsed during race)
Race Start October 15, 2012 5:45:33am UTC
Race Finish October 15, 2012 5:45:58am UTC
Outcome Win (1 of 3)
Accuracy 99.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)