Alex (evil_alex)

Race #293

View Pit Stop page for race #293 by evil_alexGhost race

View profile for Alex (evil_alex)

Official speed 48.49 wpm (37.62 seconds elapsed during race)
Race Start February 5, 2025 8:13:32pm UTC
Race Finish February 5, 2025 8:14:10pm UTC
Outcome No win (2 of 3)
Accuracy 94.0%
Points 16.16
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)