Abhishek (abhishekdas)

Race #7

View Pit Stop page for race #7 by abhishekdasGhost race

View profile for Abhishek (abhishekdas)

Official speed 36.49 wpm (49.99 seconds elapsed during race)
Race Start June 13, 2013 6:55:02am UTC
Race Finish June 13, 2013 6:55:52am UTC
Outcome Win (1 of 2)
Accuracy 88.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)