Python program to Count and display the number of vowels consonants, uppercase, lowercase characters in string
Write a python program to Count and display the number of vowels consonants, uppercase, lowercase characters in string This python program allows the user to enter a string. Next, it counts the…