Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Vowels and Consonants
Python Code Challenge
28 -
Create a program that prompts the user for a string and stores each character in a tuple. Then, print the number of vowels and consonants in the string.
Python
Data Types
Tuples