Matthew (shorent)

Race #7

View Pit Stop page for race #7 by shorentGhost race

View profile for Matthew (shorent)

Official speed 17.32 wpm (105.31 seconds elapsed during race)
Race Start November 4, 2022 2:34:40pm UTC
Race Finish November 4, 2022 2:36:26pm UTC
Outcome Win (1 of 3)
Accuracy 89.0%
Points 5.77
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)