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