(scraex)

Race #144

View Pit Stop page for race #144 by scraexGhost race

View profile for (scraex)

Official speed 75.68 wpm (24.10 seconds elapsed during race)
Race Start February 17, 2022 2:59:15pm UTC
Race Finish February 17, 2022 2:59:39pm UTC
Outcome Win (1 of 2)
Opponents 2. sura5 (66.00 wpm)
Accuracy 96.0%
Points 25.23
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)