Skip to content

Commit 1f2ea76

Browse files
authored
Update Python Program to Count the Number of Each Vowel.py
Fixed typo
1 parent 86981af commit 1f2ea76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python Program to Count the Number of Each Vowel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
if char in count:
1717
count[char] += 1
1818

19-
print(count)s
19+
print(count)

0 commit comments

Comments
 (0)