Skip to content

Commit

Permalink
Update 4.4. Lab 4.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AzFlores authored Feb 6, 2024
1 parent 0ce28e8 commit 8212d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebook/CH04/4.4. Lab 4.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def q6_7():
print("Question 6-7")
'''
Go to the URL: http://classics.mit.edu/Plato/republic.mb.txt, and copy the text of Plato's Republic
and save it to a file called "platos_republic.text". Then.
and save it to a file called "platos_republic.txt". Then.
- Q6:
- create an empty "word_frequency_dict"
- use python to open the file, read each line, and split it into a list of tokens (space separated strings).
Expand Down

0 comments on commit 8212d06

Please sign in to comment.