Fries (imfriez)

Race #2

View Pit Stop page for race #2 by imfriezGhost race

View profile for Fries (imfriez)

Official speed 43.69 wpm (41.75 seconds elapsed during race)
Race Start August 20, 2025 11:11:55am UTC
Race Finish August 20, 2025 11:12:37am UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 14.56
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)