Skip to content

Commit

Permalink
task solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Arty-tech-dotcom committed Nov 25, 2024
1 parent 9276e27 commit 6bbda67
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ def count_occurrences(phrase: str, letter: str) -> int:
if char.lower() == letter.lower():
counter += 1
return counter


print(count_occurrences('abc', 'b'))

0 comments on commit 6bbda67

Please sign in to comment.