View Pit Stop page for race #57 by kiran11621 — Ghost race
View profile for Kiran (kiran11621)
Official speed | 24.34 wpm (74.94 seconds elapsed during race) |
---|---|
Race Start | April 13, 2020 12:22:28pm UTC |
Race Finish | April 13, 2020 12:23:43pm UTC |
Outcome | Win (1 of 2) |
Accuracy | 97.0% |
Points | 8.11 |
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) |