View Pit Stop page for race #2 by fengsuiyan — Ghost race
View profile for suiyan (fengsuiyan)
| Official speed | 42.17 wpm (43.25 seconds elapsed during race) |
|---|---|
| Race Start | April 24, 2018 2:50:10am UTC |
| Race Finish | April 24, 2018 2:50:54am UTC |
| Outcome | No win (2 of 3) |
| Accuracy | 95.0% |
| Points | 14.06 |
| 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) |