View Pit Stop page for race #195 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 58.10 wpm (31.39 seconds elapsed during race) |
---|---|
Race Start | March 28, 2020 6:51:49pm UTC |
Race Finish | March 28, 2020 6:52:21pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 19.37 |
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) |