codingbat.py Solutions to CodingBat Python problems Structure . ├── 01-warmup-1 │ ├── 01-sleep_in.py │ ├── 02-monkey_trouble.py │ └── ... # other problems └── ... # other sections