Michael (mouzshin)

Race #2

View Pit Stop page for race #2 by mouzshinGhost race

View profile for Michael (mouzshin)

Official speed 55.80 wpm (32.69 seconds elapsed during race)
Race Start February 6, 2013 5:14:14pm UTC
Race Finish February 6, 2013 5:14:47pm UTC
Outcome Win (1 of 2)
Accuracy 90.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)