tsds (tsds)

Race #260

View Pit Stop page for race #260 by tsdsGhost race

View profile for tsds (tsds)

Official speed 51.77 wpm (35.23 seconds elapsed during race)
Race Start November 29, 2021 4:03:13pm UTC
Race Finish November 29, 2021 4:03:48pm UTC
Outcome No win (2 of 3)
Opponents 1. seyranyandavid (60.22 wpm)
Accuracy 95.0%
Points 17.26
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)