Evo

Results 5 comments of Evo

> The warning comes from a later test: `koans/about_none.py:50`: > > ```python > self.assertEqual(__, None is not 0) > self.assertEqual(__, None is not False) > ``` > > This is...

> I would leave `noqa` out of the code intended for beginners, it's could be confusing. > > It's okay for some of these to produce Flake8 warnings, they're introducing...

We could compare the enumerate of both dicts to solve the issue. Since it will return a list of tuples and would check as a list. Would be happy to...

> > Hey @programmer-ke , I am very new to contributing and It's stuff , can you please elaborate what is to be done ? > > change_this_search_string = 'a..xlx'...

I don't understand the issue, what you write is supposed to be equal to itself. Do you want to do something like the following?: ```python a = 'He said, "Go...