Userzin (userzin)

Race #20

View Pit Stop page for race #20 by userzinGhost race

View profile for Userzin (userzin)

Official speed 59.14 wpm (30.84 seconds elapsed during race)
Race Start October 19, 2021 3:04:02pm UTC
Race Finish October 19, 2021 3:04:33pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 19.71
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)