View Pit Stop page for race #57 by anshkool — Ghost race
View profile for anshul (anshkool)
Official speed | 36.57 wpm (49.88 seconds elapsed during race) |
---|---|
Race Start | April 6, 2023 9:04:45am UTC |
Race Finish | April 6, 2023 9:05:35am UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 12.19 |
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) |