Edd (eddtyperacer)

Race #27

View Pit Stop page for race #27 by eddtyperacerGhost race

View profile for Edd (eddtyperacer)

Official speed 57.11 wpm (31.94 seconds elapsed during race)
Race Start March 15, 2025 9:55:22am UTC
Race Finish March 15, 2025 9:55:54am UTC
Outcome No win (2 of 3)
Opponents 1. keepinupwmae (59.40 wpm)
Accuracy 98.0%
Points 19.04
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)