Alon (daycolor)

Race #2

View Pit Stop page for race #2 by daycolorGhost race

View profile for Alon (daycolor)

Official speed 87.85 wpm (20.76 seconds elapsed during race)
Race Start October 17, 2019 4:33:25pm UTC
Race Finish October 17, 2019 4:33:46pm UTC
Outcome No win (1 of 1)
Accuracy 98.0%
Points 29.28
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)