View Pit Stop page for race #261 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 66.21 wpm (27.55 seconds elapsed during race) |
---|---|
Race Start | April 12, 2020 12:19:40pm UTC |
Race Finish | April 12, 2020 12:20:08pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 22.07 |
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) |