consonants

PythonF

First X Consonants

The program must accept a string S and an integer X as the input. The program must print the first X consonants in the string S as the output.…
PythonF

Consonants in Range

The program must accept two lower case alphabets CH1 and CH2 as the input. The program must print all the consonants from CH1 to CH2 as the…