Mattias (mattattias)

Race #3

View Pit Stop page for race #3 by mattattiasGhost race

View profile for Mattias (mattattias)

Official speed 39.84 wpm (45.78 seconds elapsed during race)
Race Start May 30, 2023 4:39:54pm UTC
Race Finish May 30, 2023 4:40:40pm UTC
Outcome No win (2 of 3)
Accuracy 90.0%
Points 13.28
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)