From 9241aef6497e674c848bf757151182cfefd3a559 Mon Sep 17 00:00:00 2001 From: Luke Weiler Date: Sun, 18 Oct 2020 23:57:05 -0400 Subject: [PATCH] Update test.py --- test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test.py b/test.py index 288c5b3..925ced3 100644 --- a/test.py +++ b/test.py @@ -1 +1,5 @@ from mathgenerator import mathgen + +#test your generators here + +print(mathgen.addition())