michael (increased)

Race #12

View Pit Stop page for race #12 by increasedGhost race

View profile for michael (increased)

Official speed 48.81 wpm (37.37 seconds elapsed during race)
Race Start August 16, 2019 11:14:23pm UTC
Race Finish August 16, 2019 11:15:00pm UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 16.27
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)