Ali Amor (psycomentis06)

Race #7

View Pit Stop page for race #7 by psycomentis06Ghost race

View profile for Ali Amor (psycomentis06)

Official speed 51.09 wpm (35.70 seconds elapsed during race)
Race Start September 24, 2025 1:58:02pm UTC
Race Finish September 24, 2025 1:58:38pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 17.03
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)