View Pit Stop page for race #1 by grim_polar_fox — Ghost race
View profile for Alex (grim_polar_fox)
Official speed | 59.93 wpm (30.44 seconds elapsed during race) |
---|---|
Race Start | September 17, 2017 3:37:17pm UTC |
Race Finish | September 17, 2017 3:37:48pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 19.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) |