Write a program in python that will take a list of words into anarray list of strings, then make a 20 x 20 matrix of charactersthat contains a crossword puzzle with these words.
For example, when given the following words: addle, apple,clowning, incline, plan, burr, your program might display:
a d d l e clown in g DSHOSH plan Show transcribed image text a d d l e clown in g DSHOSH plan
Expert Answer
Answer to Write a program in python that will take a list of words into an array list of strings, then make a 20 x 20 matrix of ch…