typezillaaaaa (typezillaaaaa)

Race #3

View Pit Stop page for race #3 by typezillaaaaaGhost race

View profile for typezillaaaaa (typezillaaaaa)

Official speed 52.90 wpm (34.48 seconds elapsed during race)
Race Start November 7, 2018 3:59:50pm UTC
Race Finish November 7, 2018 4:00:25pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 17.63
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)