diff options
Diffstat (limited to 'csci4041/hw2prob2.py')
-rw-r--r-- | csci4041/hw2prob2.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/csci4041/hw2prob2.py b/csci4041/hw2prob2.py index c52b397..39e533a 100644 --- a/csci4041/hw2prob2.py +++ b/csci4041/hw2prob2.py @@ -14,3 +14,5 @@ def make_sets(n, k): making_sets(n, k, 1, set()) make_sets(4,3) +print() +make_sets(6,1) |