Sujeet (sujeetgholap)

Race #7

View Pit Stop page for race #7 by sujeetgholapGhost race

View profile for Sujeet (sujeetgholap)

Official speed 44.71 wpm (40.80 seconds elapsed during race)
Race Start January 22, 2014 8:21:16am UTC
Race Finish January 22, 2014 8:21:57am UTC
Outcome No win (4 of 3)
Opponents 1. arijit91 (78.07 wpm)
3. dev344 (45.72 wpm)
Accuracy 97.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)