Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Home work #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Home work #3

wants to merge 2 commits into from

Conversation

shirmenzely
Copy link

No description provided.

Challenge.py Outdated Show resolved Hide resolved
Challenge.py Show resolved Hide resolved
Copy link

@igoihman igoihman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks OK, please update the spaces according to the style guide


f = open("text.txt", "r")
if f.mode == 'r':
contents = f.read().split()
print(contents)

word_count = Counter(contents)
print(word_count.most_common(1))
countDict={}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants