Project Level 1: Beginner
This project is designed for beginner learners who are still learning and practicing Python fundamentals.
Project Description
This program defines a string and counts how many vowels (a, e, i, o, u) are present in that string. It then displays the count of vowels.
How the Project Works
Start your script by defining a sentence as a string. Here is an example:
text = "Hello, how many vowels are in this sentence?"
Here is how the program behaves when run:
Prerequisites
Required Libraries:
Required Files: No files are required.
IDE: You can use any IDE on your computer to code the project.
Danger Zone
Reveal the hints below:
Once you code the project, compare it with our solutions below.
Thx ardit for all this <3