@dudiellon (dudiellon)

Race #1784

View Pit Stop page for race #1784 by dudiellonGhost race

View profile for @dudiellon (dudiellon)

Official speed 90.60 wpm (20.13 seconds elapsed during race)
Race Start May 11, 2015 1:41:58pm UTC
Race Finish May 11, 2015 1:42:18pm UTC
Outcome Win (1 of 2)
Opponents 2. santosjl22 (55.46 wpm)
Accuracy 100.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)