Ales (_ales)

Race #5

View Pit Stop page for race #5 by _alesGhost race

View profile for Ales (_ales)

Official speed 45.45 wpm (40.13 seconds elapsed during race)
Race Start July 10, 2021 12:10:57pm UTC
Race Finish July 10, 2021 12:11:37pm UTC
Outcome No win (2 of 2)
Accuracy 97.0%
Points 15.15
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)