The GitHub repo is much more uptodate.

It has a working Python 3 version with fixed and updated tests.
This commit is contained in:
Niko Wenselowski
2020-02-03 23:02:46 +01:00
parent cfec971a97
commit ea9da28c6d
+1 -1
View File
@@ -161,7 +161,7 @@ For those used to languages and figuring out puzzles on their own, this can be
a fun, attractive option. For those new to Python and programming, having an
additional resource or reference will be helpful.
`Python Koans <https://bitbucket.org/gregmalcolm/python_koans>`_
`Python Koans <https://github.com/gregmalcolm/python_koans>`_
More information about test driven development can be found at these resources: