Question: I need serious help fast! Im using Python in JES! If you can help I will give a big thumbs up! thanks! Problem A (10

I need serious help fast! Im using Python in JES! If you can help I will give a big thumbs up! thanks!

I need serious help fast! Im using Python in JES! If you

Problem A (10 points). Write a function getConsonants that accepts a string as input and returns a new string that contains all the consonants in that string: >>>getConsonants( Hogwarts") Hgwrts Problem B (10 points). Write a function addHyphen that accepts a string as input and returns the same string with hyphens inserted after each character in that string: addHyphen("Hogwarts") H-o-g-w-a- Problem C (10 points). Write a function countConsonants that accepts a string as input and returns the number of consonants in that string: >>countConsonants("Hogwarts") r-t-s 6 Problem D (10 points). Write a function hasBoth that accepts a string as input and returns true if the string contains both consonants and vowels, and false otherwise UES might display 1 instead of true and 0 instead of false, which is fine): >>>hasBoth("Hogwarts") true >>hasBoth("aeo") false >>>hasBoth("www") false

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!