View Pit Stop page for race #150 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 56.27 wpm (32.42 seconds elapsed during race) |
---|---|
Race Start | March 16, 2020 5:52:22pm UTC |
Race Finish | March 16, 2020 5:52:54pm UTC |
Outcome | Win (1 of 2) |
Accuracy | 96.0% |
Points | 18.76 |
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) |