Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: makes the Python Substitute Algorithm refactoring solution more…
… simple (#115) * feat: makes the refactoring solution more simple The first ambition was to make the example more pythonic (using for i in `range(len(my_list))` is considered bad practice against `for element in my_list`) and then I just managed to simplify further. * fix: change name of the returned variable
- Loading branch information