szabgab / wis-python-course-2024-04

16 stars 9 forks source link

Day09 - Mazal Faraj #238

Closed Mazalik closed 2 weeks ago

Mazalik commented 2 weeks ago

Hi,

Here is my day09 assingment: https://github.com/Mazalik/python_course_sol/tree/main/day09

Thank you!

szabgab commented 2 weeks ago

very nice, including tests!

On the other hand using sys.argv and requiring the user to pass "n" when s/he does not want something is not very good. Better use the argparser library.