Skip to content

Commit 5bccc57

Browse files
pre-commit-ci[bot]Miladkhoshdel
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2538821 commit 5bccc57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

strings/word_occurrence.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Created by sarathkaul on 17/11/19
22
# Modified by Arkadip Bhattacharya(@darkmatter18) on 20/04/2020
33

4+
45
def word_occurrence(sentence: str) -> dict[str, int]:
56
"""
67
>>> from collections import Counter

0 commit comments

Comments
 (0)