Skip to content

Commit 838f73c

Browse files
Remove test print statement from main section
Removed test print statement for count_vowels_and_consonants function.
1 parent 688371e commit 838f73c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

strings/count_vowels_consonants.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ def count_vowels_and_consonants(text: str) -> tuple[int, int]:
2525
return vowel_count, consonant_count
2626

2727

28-
if _name_ == "_main_":
29-
print(count_vowels_and_consonants("Hello World"))

0 commit comments

Comments
 (0)