intermediate python lesson 5: Solution: Plain Text File I/O
Solution
yt link
In this exercise, the goal was to count the number of unique "words" in a plain text file, such as Hamlet.
We follow the standard pattern for reading data from files: open a file-like object from a path, read information from it into...
philipdevblog.hashnode.dev2 min read