View Pit Stop page for race #11 by lynne17 — Ghost race
View profile for Lynne (lynne17)
Official speed | 54.03 wpm (33.76 seconds elapsed during race) |
---|---|
Race Start | May 12, 2025 6:48:33pm UTC |
Race Finish | May 12, 2025 6:49:07pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 18.01 |
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) |