# THIS SAMPLE VERSION: Choose a random word from the wordlist. Make a list of # neighbors that consist of the words in wordlist that are 1 letter # different from the randomly chosen word. python ladder_rand_0BVers2.py Neighbors of acidly: ['avidly'] 1. avidly python ladder_rand_0BVers2.py No neighbors of alnico python ladder_rand_0BVers2.py No neighbors of auburn python ladder_rand_0BVers2.py Neighbors of glover: ['clover', 'gloved', 'gloves', 'glower'] 1. clover 2. gloved 3. gloves 4. glower python ladder_rand_0BVers2.py No neighbors of ironic python ladder_rand_0BVers2.py Neighbors of breeds: ['bleeds', 'breads', 'creeds'] 1. bleeds 2. breads 3. creeds python ladder_rand_0BVers2.py No neighbors of unreal python ladder_rand_0BVers2.py Neighbors of cackle: ['tackle'] 1. tackle python ladder_rand_0BVers2.py No neighbors of puppet python ladder_rand_0BVers2.py Neighbors of ranter: ['banter', 'rafter', 'ranger', 'ranker', 'ranted', 'raster'] 1. banter 2. rafter 3. ranger 4. ranker 5. ranted 6. raster