View Pit Stop page for race #1 by rylanz2 — Ghost race
View profile for Rylan zeng (rylanz2)
Official speed | 35.32 wpm (51.64 seconds elapsed during race) |
---|---|
Race Start | May 22, 2023 2:21:03pm UTC |
Race Finish | May 22, 2023 2:21:55pm UTC |
Outcome | Win (1 of 2) |
Accuracy | 91.0% |
Points | 11.77 |
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) |