Andranik (aaxpers)

Race #5

View Pit Stop page for race #5 by aaxpersGhost race

View profile for Andranik (aaxpers)

Official speed 41.81 wpm (43.63 seconds elapsed during race)
Race Start September 24, 2011 5:36:06pm UTC
Race Finish September 24, 2011 5:36:50pm UTC
Outcome No win (1 of 1)
Accuracy 88.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)