View Pit Stop page for race #2 by rithvikthegreat — Ghost race
View profile for Rithvik (rithvikthegreat)
Official speed | 42.22 wpm (43.20 seconds elapsed during race) |
---|---|
Race Start | April 27, 2018 2:46:00pm UTC |
Race Finish | April 27, 2018 2:46:44pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 14.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) |