Shalini (shalinikaleeswaran)

Race #11

View Pit Stop page for race #11 by shalinikaleeswaranGhost race

View profile for Shalini (shalinikaleeswaran)

Official speed 49.32 wpm (36.98 seconds elapsed during race)
Race Start October 4, 2013 6:12:30am UTC
Race Finish October 4, 2013 6:13:07am UTC
Outcome No win (2 of 3)
Accuracy 93.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)