ISuckAtTyperacer (im_bad_at_typeracer)

Race #4

View Pit Stop page for race #4 by im_bad_at_typeracerGhost race

View profile for ISuckAtTyperacer (im_bad_at_typeracer)

Official speed 84.00 wpm (21.71 seconds elapsed during race)
Race Start June 28, 2023 1:40:21am UTC
Race Finish June 28, 2023 1:40:43am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 28.00
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)