discord.gg/typeracer (landarian)

Race #139

View Pit Stop page for race #139 by landarianGhost race

View profile for discord.gg/typeracer (landarian)

Official speed 91.29 wpm (19.98 seconds elapsed during race)
Race Start September 1, 2019 10:40:25pm UTC
Race Finish September 1, 2019 10:40:45pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 30.43
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)