you can pass me the bonus one#23
you can pass me the bonus one#23anaaristow wants to merge 1 commit intoIronhack-data-bcn-oct-2023:mainfrom
Conversation
|
Ana, Great job on this lab! It is always a good idea to test our own functions, but your tests on questions 2,3,5 and 7 gave you errors because the functions were created to get lists as arguments and you weren’t passing your arguments as lists. For instance, in question 2, you ran: On question 3, it should be On question 4: On question 5, your function had two arguments: a list and a string that could be either “+” or “*”. You ran: In that same question, you need to delete the asterisk before On question 7, it should be: About the bonus questions, a possible solution to question 11 would be to create a dictionary were the keys are the words of your list and the values are the frequency of each word. Then, you just look for the highest value: For question 12: Please let me know if you have any questions |
No description provided.