You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python Exercise 1: Printing out vowels and consonants
A python script vowel_counter.py is supposed to print out the number of vowels and consonants in a string.
Several users have reported problems, and one user has put in a pull request to improve the script.
User reports:
Only vowels are getting printed out! This script is not working
This script is printing the number of consonants.
Why is `vowel_counter.py` even printing out the number of consonants?
Python Exercise 1: Printing out vowels and consonants
A python script
vowel_counter.py
is supposed to print out the number of vowels and consonants in a string.Several users have reported problems, and one user has put in a pull request to improve the script.
User reports:
Take a look at the python script vowel_counter.py
Take a look at the pull request.
The text was updated successfully, but these errors were encountered: