Amit (amitsaha)

Race #3

View Pit Stop page for race #3 by amitsahaGhost race

View profile for Amit (amitsaha)

Official speed 45.33 wpm (40.24 seconds elapsed during race)
Race Start May 4, 2012 1:24:41pm UTC
Race Finish May 4, 2012 1:25:21pm 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)