wandji (legentia)

Race #16

View Pit Stop page for race #16 by legentiaGhost race

View profile for wandji (legentia)

Official speed 20.63 wpm (88.41 seconds elapsed during race)
Race Start August 3, 2023 12:08:00pm UTC
Race Finish August 3, 2023 12:09:29pm UTC
Outcome Win (1 of 3)
Accuracy 92.0%
Points 6.88
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)