Payton (seaborgium)

Race #5

View Pit Stop page for race #5 by seaborgiumGhost race

View profile for Payton (seaborgium)

Official speed 53.75 wpm (33.93 seconds elapsed during race)
Race Start May 19, 2025 1:13:03pm UTC
Race Finish May 19, 2025 1:13:37pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 17.92
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)