Silmon121 (silmon)

Race #479

View Pit Stop page for race #479 by silmonGhost race

View profile for Silmon121 (silmon)

Official speed 93.19 wpm (19.57 seconds elapsed during race)
Race Start October 8, 2025 12:43:12pm UTC
Race Finish October 8, 2025 12:43:32pm UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 31.06
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)