AmirG - All done without the Bonus :(#15
AmirG - All done without the Bonus :(#15amirg33 wants to merge 1 commit intoIronhack-data-bcn-oct-2023:mainfrom
Conversation
|
Amir, 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 created an empty set but named you variable as And on Question 10, also about naming: all your variables are named with lowercase words, except It would be best if you start to get used to naming best practices since the start: lowercase for function names and variables, with words separated by underscores as necessary to improve readability is Python’s naming convention (source: PEP8 naming conventions) |
No description provided.