Subscribe to:
Post Comments (Atom)
-
Let's write a program that determines the frequency of occurring of different letters in English. We start with that short text (fr...
-
And now we change the letters_2.py program to make it more flexible. First of all, we define a function get_text that takes some text (...
-
Now we can change the previous program (letters_1.py). We'll take the text from a web page. #letters_2.py # -*- coding: utf-8 -*...
No comments:
Post a Comment