From aa94291d8ec876aac1fdc935aa22235eca343268 Mon Sep 17 00:00:00 2001 From: mzinger Date: Fri, 26 Jul 2019 21:05:48 -0700 Subject: [PATCH 1/2] Print calculation Review and print! --- Math | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Math b/Math index cb09934..1b0d2b0 100644 --- a/Math +++ b/Math @@ -1,2 +1,6 @@ import math math.calc() + +math.reviewable() + +print "calced!" From bc04337bbcdd37c1faa39a50edd88dd87bb931c6 Mon Sep 17 00:00:00 2001 From: mzinger Date: Fri, 26 Jul 2019 21:16:20 -0700 Subject: [PATCH 2/2] Code review comments --- Math | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Math b/Math index 1b0d2b0..68fb37b 100644 --- a/Math +++ b/Math @@ -1,6 +1,4 @@ import math math.calc() -math.reviewable() - -print "calced!" +math.Reviewable()