tsds (tsds)

Race #189

View Pit Stop page for race #189 by tsdsGhost race

View profile for tsds (tsds)

Official speed 49.79 wpm (36.63 seconds elapsed during race)
Race Start October 1, 2021 3:27:52pm UTC
Race Finish October 1, 2021 3:28:28pm UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 16.60
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)