python:实现字符串辅音的个数
my_string = input("Enter a string to count number of consonants: ")
string_check = [
"a",
"e",
"i",
"o",
my_string = input("Enter a string to count number of consonants: ")
string_check = [
"a",
"e",
"i",
"o",