View Pit Stop page for race #1 by hilsny — Ghost race
View profile for hilsny (hilsny)
| Official speed | 56.95 wpm (32.03 seconds elapsed during race) |
|---|---|
| Race Start | November 3, 2017 9:54:10pm UTC |
| Race Finish | November 3, 2017 9:54:42pm UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 94.0% |
| Points | 18.98 |
| 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) |