Ovidiu (oschipor)

Race #113

View Pit Stop page for race #113 by oschiporGhost race

View profile for Ovidiu (oschipor)

Official speed 29.12 wpm (62.64 seconds elapsed during race)
Race Start May 19, 2019 4:32:26pm UTC
Race Finish May 19, 2019 4:33:28pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 9.71
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)