typeracerplays (typeracerplays)

Race #3

View Pit Stop page for race #3 by typeracerplaysGhost race

View profile for typeracerplays (typeracerplays)

Official speed 74.78 wpm (24.39 seconds elapsed during race)
Race Start May 28, 2018 11:27:58am UTC
Race Finish May 28, 2018 11:28:23am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 24.93
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)