Alex (evil_alex)

Race #433

View Pit Stop page for race #433 by evil_alexGhost race

View profile for Alex (evil_alex)

Official speed 57.73 wpm (31.60 seconds elapsed during race)
Race Start March 31, 2025 8:46:13am UTC
Race Finish March 31, 2025 8:46:45am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 19.24
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)