Skip to content

Commit

Permalink
Merge pull request #248 from AbuBakkar32/Abu-Bakkar
Browse files Browse the repository at this point in the history
test automation
  • Loading branch information
AbuBakkar32 committed Jun 11, 2024
2 parents e840f08 + 7c2d4a3 commit 6574b57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Python Basic/vowels count.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""
Author: Abu Bakkar Siddikk
Date: 2024-06-03
Description: Count vowel and consonants character
"""

# Constants
VOWELS = 'aeiou'
TEXT = (
Expand Down

0 comments on commit 6574b57

Please sign in to comment.