vowel and consonant list python

Solutions on MaxInterview for vowel and consonant list python by the best coders in the world

showing results for - "vowel and consonant list python"
Ida
19 Feb 2018
1vowel = ["a", "e", "i", "o", "u"]
2consonant = ["b", "c", "d", "f", "g", "h", "j", "k", "l", "m", "n", "p", "q", "r", "s", "t", "v", "w", "x", "y", "z"]