discord.gg/typeracer (landarian)

Race #148

View Pit Stop page for race #148 by landarianGhost race

View profile for discord.gg/typeracer (landarian)

Official speed 83.49 wpm (21.85 seconds elapsed during race)
Race Start September 1, 2019 10:50:15pm UTC
Race Finish September 1, 2019 10:50:37pm UTC
Outcome No win (2 of 3)
Accuracy 98.0%
Points 27.83
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)