Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 383 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 383 Bytes

CodingBat-Python

This is a collection of my solutions to the popular programming practice site CodingBat.

I strived to devise a more elegant solution and so my solutions may differ from other solutions found online. Where possible I have substituted advanced Python functions in place of nested for, if and while loops.

Feel free to refer to, and use any of my solutions.