View Pit Stop page for race #1 by nikitsaraf — Ghost race
View profile for Nikit (nikitsaraf)
Official speed | 43.06 wpm (42.36 seconds elapsed during race) |
---|---|
Race Start | January 16, 2015 11:59:25am UTC |
Race Finish | January 16, 2015 12:00:07pm UTC |
Outcome | Win (1 of 3) |
Opponents |
2. priyankbhatt (28.89 wpm) 3. ankit2313 (28.26 wpm) 4. hirak (22.35 wpm) |
Accuracy | 90.0% |
Points | 0.00 |
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) |