From b48c48fcf48b30314271ba88a3b7fbd9d491ef09 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Mon, 2 Mar 2020 13:09:39 -0600 Subject: Do 4041 HW --- csci4041/hw2prob2.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'csci4041/hw2prob2.py') 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) -- cgit v1.2.3