tsds (tsds)

Race #172

View Pit Stop page for race #172 by tsdsGhost race

View profile for tsds (tsds)

Official speed 45.94 wpm (39.70 seconds elapsed during race)
Race Start September 29, 2021 2:32:52pm UTC
Race Finish September 29, 2021 2:33:31pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 15.31
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)