john mat (john_mat)

Race #37

View Pit Stop page for race #37 by john_matGhost race

View profile for john mat (john_mat)

Official speed 36.71 wpm (49.69 seconds elapsed during race)
Race Start February 9, 2023 1:54:42am UTC
Race Finish February 9, 2023 1:55:32am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 12.24
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)