Hemant (hemantadil)

Race #35

View Pit Stop page for race #35 by hemantadilGhost race

View profile for Hemant (hemantadil)

Official speed 35.12 wpm (51.94 seconds elapsed during race)
Race Start December 26, 2011 7:37:34pm UTC
Race Finish December 26, 2011 7:38:26pm UTC
Outcome Win (1 of 3)
Accuracy 90.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)