""" make a program which calculate the how many vowels are there in string.string contain 400 word also can't use any loop for count vowels ,you can be use only build in method and store count in the ...
# Write a Python program that takes a string input from the user and counts the number of vowels and consonants in the string. # Consider vowels to be the characters 'a', 'e', 'i', 'o', and 'u' (both ...