Billy (wayrus)

Race #4

View Pit Stop page for race #4 by wayrusGhost race

View profile for Billy (wayrus)

Official speed 61.11 wpm (29.85 seconds elapsed during race)
Race Start February 8, 2023 5:31:32pm UTC
Race Finish February 8, 2023 5:32:02pm UTC
Outcome Win (1 of 2)
Accuracy 96.0%
Points 20.37
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)