Skip to content

Commit

Permalink
Codes to count vowels
Browse files Browse the repository at this point in the history
  • Loading branch information
danielluyi committed Jan 12, 2025
1 parent 834e62b commit b8f9676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion solutions/count_vowels.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
A module for counting the number of vowels in a given string.
Created on 01 Jan 2025
Created on 29 Dec 2024
@author: Daniel Oluwaluyi
"""

Expand Down
2 changes: 1 addition & 1 deletion solutions/tests/test_count_vowels.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
A module for testing the count_vowels function.
Created on 01 Jan 2025
Created on 29 Dec 2024
@author: Daniel Oluwaluyi
"""

Expand Down

0 comments on commit b8f9676

Please sign in to comment.