Emil (emil595)

Race #5

View Pit Stop page for race #5 by emil595Ghost race

View profile for Emil (emil595)

Official speed 48.72 wpm (37.44 seconds elapsed during race)
Race Start May 28, 2016 11:14:44am UTC
Race Finish May 28, 2016 11:15:21am UTC
Outcome No win (2 of 3)
Accuracy 90.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)