DEV Community

ILM An Nafia
ILM An Nafia

Posted on

bitcyberbox.com — VOWELS, This is an easy challenge for beginners, wanna try it ? | Walkthrough

Today we’re going to be solving the VOWELS CHALLENGE on bitcyberbox.com, this is an easy level challenge

This is how the challenge looks :

After downloading the files, we see that it is a zip file. After extracting the zip file, we see : input.txt file. after opening the file, it contains a paragraph. To know the amount of vowels in the paragraph, I used python to write this simple code :

This script checks if each character in the paragraph to see if it equals a vowel capital or small, if yes it plusses 1 into the index. After the loop ends, The final value is printed out. The final value we get is :

And The Answer Is Correct!!!

Top comments (0)