Skip to content

Commit

Permalink
Merge pull request #243 from AbuBakkar32/Abu-Bakkar
Browse files Browse the repository at this point in the history
word count
  • Loading branch information
AbuBakkar32 committed Jun 6, 2024
2 parents acac02f + befd45f commit cd9b17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python Basic/vowels count.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'Hello every one my name is abu bakkar siddik. i am from bangladesh. '
'I am studying as a software engineer under daffodil international university. '
'My dream is so long and may Allah fulfill my dreams'
).casefold()
).casefold()

# Initialize counts
counts = {char: 0 for char in VOWELS}
Expand Down

0 comments on commit cd9b17e

Please sign in to comment.