diff --git a/01-data-model/frenchdeck.py b/01-data-model/frenchdeck.py index 47a0d05..b0169ca 100644 --- a/01-data-model/frenchdeck.py +++ b/01-data-model/frenchdeck.py @@ -1,3 +1,5 @@ +#Test 2 + import collections Card = collections.namedtuple('Card', ['rank', 'suit'])