Skip to content

Commit

Permalink
'Solution'
Browse files Browse the repository at this point in the history
  • Loading branch information
olegicks committed Oct 29, 2024
1 parent 8ebe734 commit 95b1678
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/main.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
def count_occurrences(phrase: str, letter: str) -> int:
# write your code here
pass
return phrase.lower().count(letter.lower())

0 comments on commit 95b1678

Please sign in to comment.