aboutsummaryrefslogtreecommitdiffstats
path: root/csci4041/hw2prob2.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--csci4041/hw2prob2.py2
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)