Rea (rlst)

Race #3

View Pit Stop page for race #3 by rlstGhost race

View profile for Rea (rlst)

Official speed 48.65 wpm (37.49 seconds elapsed during race)
Race Start June 11, 2023 8:08:24am UTC
Race Finish June 11, 2023 8:09:02am UTC
Outcome No win (2 of 3)
Accuracy 94.0%
Points 16.22
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)