String ChallengeHave the function StringChallenge (str) takethe str parameter being passed and return thestring true if every single letter of the Englishalphabet exists in the string, otherwise return thestring false. For example: if str is"zacxyjbbkfgtbhdaielgrm45pnsowtuv' then yourprogram should return the string true becauseevery character in the alphabet lists in thisstring even though some characters appear morethan once.ExamplesInput: "abcdefghijklmnopqrstuvwxyyyOutput: falseInput: "abc123456kmo"Output: false
Answers
Answered by
5
Answer:
Is this a question or summary of something ?
Similar questions