Conversation
|
Miquel, Some comments: On question 2, your function passes the test but there is a case where setting On question 5, you could simplify your code by calling the functions you created on the previous two questions: On question 9, you need to create a string that contains all the letters of the alphabet and then check one by one if those letters are contained on the string you want to check. If not, then your function returns False, otherwise, it returns True. On question 10, your function didn't pass the test because the conditions to check for uppercase and lowercase letters were not running correctly. Both methods are missing the parenthesis at the end: |
No description provided.