[Solved] Beginner her. Could someone interpret this sentence. Thank you
ord() function will return the ascii value of a character. The 2nd point says that you create a list of length 26 (as english letters are 26) and each entry will have the frequency of that letter. Eg: ‘a’ = 0; ‘b’ = 1;… ‘z’: 25 ord(‘a’) gives 97 – ASCII value of ‘a’. Create … Read more