Devesh (dev344)

Race #8

View Pit Stop page for race #8 by dev344Ghost race

View profile for Devesh (dev344)

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