From 6eb086dbfc30c92c9a9ae5d7792d206dc4075900 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Sun, 29 Sep 2019 21:30:41 -0500 Subject: Make code look less bad --- csci1913/Python/lab3_strap012.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'csci1913/Python/lab3_strap012.py') diff --git a/csci1913/Python/lab3_strap012.py b/csci1913/Python/lab3_strap012.py index bc64d2a..f9df918 100644 --- a/csci1913/Python/lab3_strap012.py +++ b/csci1913/Python/lab3_strap012.py @@ -7,7 +7,8 @@ def Reduce(F,S): def returnGreater(a,b): if a > b: return a - return b + else: + return b #Implementation from Lab def Sort(T): -- cgit v1.2.3