Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python: Exercise 1 #3

Open
github-actions bot opened this issue Jul 17, 2024 · 0 comments · May be fixed by #4
Open

python: Exercise 1 #3

github-actions bot opened this issue Jul 17, 2024 · 0 comments · May be fixed by #4
Labels

Comments

@github-actions
Copy link

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?  

Take a look at the python script vowel_counter.py

  • Can you see any errors?
  • Do you need to run the script to test the behavior?

Take a look at the pull request.

  • Does the pull request address the issue?
  • Are the comments up to date, necessary, helpful? Would you remove some of these comments? Add suggestions for which comments to remove and/or change.
  • Are there any bugs?
  • What would improve the pull request? Could you use list comprehension? Would you except the solution as it is now?
@github-actions github-actions bot linked a pull request Jul 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants