grubres (saveall)

Race #5

View Pit Stop page for race #5 by saveallGhost race

View profile for grubres (saveall)

Official speed 72.83 wpm (25.04 seconds elapsed during race)
Race Start October 7, 2025 1:15:25pm UTC
Race Finish October 7, 2025 1:15:50pm UTC
Outcome No win (3 of 3)
Opponents 1. pigeonistic (86.01 wpm)
Accuracy 98.0%
Points 24.28
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)