Commit Graph

3 Commits (6b4b5ba3eef53df32e972d7d0754271dcdbd0197)

Author SHA1 Message Date
cclauss 6b4b5ba3ee Convert all .py files to be valid Python
`raise NotImplementedError('Please replace this line with your code...')` signals to the user where they need to put their code.

This approach enables the codebase to be tested with lint tools like flake8, pyflakes, pylint, etc.
2018-03-04 23:02:07 +01:00
Bryan Jennings 6c4c2abe00 Simplify logic for is_ace and is_face_card in deck of cards solution (#113) 2017-12-01 20:51:33 -05:00
Donne Martin 0f517c709e Add Deck of Cards solution 2017-03-03 18:53:01 -08:00