@dudiellon (dudiellon)

Race #1605

View Pit Stop page for race #1605 by dudiellonGhost race

View profile for @dudiellon (dudiellon)

Official speed 77.34 wpm (23.58 seconds elapsed during race)
Race Start March 17, 2015 2:29:32am UTC
Race Finish March 17, 2015 2:29:56am UTC
Outcome Win (1 of 3)
Accuracy 96.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)