We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86981af commit 1f2ea76Copy full SHA for 1f2ea76
Python Program to Count the Number of Each Vowel.py
@@ -16,4 +16,4 @@
16
if char in count:
17
count[char] += 1
18
19
-print(count)s
+print(count)
0 commit comments