@dudiellon (dudiellon)

Race #1558

View Pit Stop page for race #1558 by dudiellonGhost race

View profile for @dudiellon (dudiellon)

Official speed 78.68 wpm (23.18 seconds elapsed during race)
Race Start February 20, 2015 2:01:38pm UTC
Race Finish February 20, 2015 2:02:01pm UTC
Outcome Win (1 of 2)
Opponents 2. jorginholuiz (39.43 wpm)
Accuracy 97.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)