Lucas (st3ezy)

Race #2

View Pit Stop page for race #2 by st3ezyGhost race

View profile for Lucas (st3ezy)

Official speed 47.34 wpm (38.53 seconds elapsed during race)
Race Start June 9, 2023 1:00:48am UTC
Race Finish June 9, 2023 1:01:26am UTC
Outcome No win (3 of 3)
Accuracy 90.0%
Points 15.78
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)