View Pit Stop page for race #2 by yacoub777 — Ghost race
View profile for Mostafa (yacoub777)
Official speed | 23.77 wpm (76.74 seconds elapsed during race) |
---|---|
Race Start | July 3, 2023 12:10:23pm UTC |
Race Finish | July 3, 2023 12:11:40pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 91.0% |
Points | 7.92 |
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) |