@dudiellon (dudiellon)

Race #1951

View Pit Stop page for race #1951 by dudiellonGhost race

View profile for @dudiellon (dudiellon)

Official speed 67.98 wpm (26.83 seconds elapsed during race)
Race Start August 23, 2015 2:57:29pm UTC
Race Finish August 23, 2015 2:57:56pm UTC
Outcome No win (2 of 3)
Accuracy 87.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)