tsds (tsds)

Race #73

View Pit Stop page for race #73 by tsdsGhost race

View profile for tsds (tsds)

Official speed 49.42 wpm (36.91 seconds elapsed during race)
Race Start September 14, 2021 7:19:49pm UTC
Race Finish September 14, 2021 7:20:26pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 16.47
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)