Write a program make_words.py which reads a list of 26 lette
Wridemy Plagiarism Free Paper Writing Website. Visit us here Wridemy Write a program make_words.py which reads a list of 26 letter frequencies, and generatesrandom 5-letter strings that have those frequencies. It expects these command-linearguments:sys.argv[1]: a file where each line is a letter, a space, and a frequency.sys.argv[2]: how many words to generate (an int).For each … Read more