View Pit Stop page for race #74 by kiran11621 — Ghost race
View profile for Kiran (kiran11621)
Official speed | 29.28 wpm (62.30 seconds elapsed during race) |
---|---|
Race Start | April 13, 2020 1:39:17pm UTC |
Race Finish | April 13, 2020 1:40:19pm UTC |
Outcome | No win (2 of 2) |
Opponents |
1. karanjain18 (66.38 wpm) |
Accuracy | 96.0% |
Points | 9.76 |
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) |