Ruan (ruanp)

Race #8

View Pit Stop page for race #8 by ruanpGhost race

View profile for Ruan (ruanp)

Official speed 46.66 wpm (39.09 seconds elapsed during race)
Race Start May 25, 2022 10:40:53am UTC
Race Finish May 25, 2022 10:41:32am UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 15.55
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)