Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 507 Bytes

day2.rst

File metadata and controls

34 lines (21 loc) · 507 Bytes

Exercises day 2

Control Structures

Make the following tests green:

control_structures.py

Classes

Make the following tests green:

classes.py

Containers

We revisit the "character statistics" exercise from yesterday. Implement a solution using `collections.Counter`:

containers.py