Files
python/exercises/practice/pop-count/pop_count.py
Christian Willner 95f25cf279 feat: add pop-count exercise (#3518)
* feat: add pop-count practice exercise

* config: del house, protein-trans from syllabus

As pop-count was added to the loop concept, house and protein translation were removed to keep the tree lean.

* Update config.json

On second (and third) thought, let's put pop-count first -- ahead of saddle points and OCR.  Feels like a better progression that way.

---------

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
2023-10-18 06:50:52 -07:00

3 lines
39 B
Python

def egg_count(display_value):
pass