Arvind (arvind81983)

Race #436

View Pit Stop page for race #436 by arvind81983Ghost race

View profile for Arvind (arvind81983)

Official speed 49.48 wpm (36.86 seconds elapsed during race)
Race Start August 25, 2016 8:25:55pm UTC
Race Finish August 25, 2016 8:26:32pm UTC
Outcome Win (1 of 3)
Accuracy 94.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)