Alex (alexkexchoklad)

Race #1

View Pit Stop page for race #1 by alexkexchokladGhost race

View profile for Alex (alexkexchoklad)

Official speed 33.30 wpm (54.77 seconds elapsed during race)
Race Start July 30, 2023 5:33:04pm UTC
Race Finish July 30, 2023 5:33:59pm UTC
Outcome No win (2 of 3)
Accuracy 88.0%
Points 11.10
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)