View Pit Stop page for race #27 by concurrent — Ghost race
View profile for account deleted (concurrent)
Official speed | 43.49 wpm (41.94 seconds elapsed during race) |
---|---|
Race Start | January 31, 2020 5:06:46pm UTC |
Race Finish | January 31, 2020 5:07:28pm UTC |
Outcome | Win (1 of 2) |
Opponents |
2. nabineo (23.38 wpm) |
Accuracy | 94.0% |
Points | 14.50 |
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) |