Skip to content

Commit

Permalink
remove_test_code
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDubovik committed Oct 3, 2024
1 parent 7f3178e commit a4b43cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,3 @@ def count_occurrences(phrase: str, letter: str) -> int:
return phrase.lower().count(letter.lower())


count_occurrences("letter", "t")
count_occurrences("abc", "a")
count_occurrences("abc", "d")
count_occurrences("ABC", "a")

0 comments on commit a4b43cc

Please sign in to comment.