Niranjan
Niranjan
7_SelectionSort/selection_sort_exercise_solution.py The code in this file gives incorrect order of anwer conflicting with the correct order in the corresponding .md file. The code gives this: {'First Name': 'Aahana', 'Last Name':...
This PR addresses issue #118. Currently, the handler.py files in every benchmark (000 to 500) are modified. Also, formatted strings using .format() are converted to f-strings.
Your code is really amazing and I went through it. I would like to share my knowledge or give some suggestions. If you are using with open construct, then you...