Ali Hassaan (ahmlmh)

Race #12

View Pit Stop page for race #12 by ahmlmhGhost race

View profile for Ali Hassaan (ahmlmh)

Official speed 43.36 wpm (42.07 seconds elapsed during race)
Race Start December 21, 2012 4:44:52am UTC
Race Finish December 21, 2012 4:45:34am UTC
Outcome No win (2 of 2)
Opponents 1. douglassegatto (54.20 wpm)
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)