View Pit Stop page for race #2 by lynne17 — Ghost race
View profile for Lynne (lynne17)
Official speed | 53.72 wpm (33.95 seconds elapsed during race) |
---|---|
Race Start | May 1, 2025 8:24:25pm UTC |
Race Finish | May 1, 2025 8:24:59pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 98.0% |
Points | 17.91 |
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) |