From f8e664bd08e484d10be8deccb17edb4924afd8a9 Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Wed, 25 Sep 2019 14:49:32 -0500 Subject: Get rid of space --- csci1913/Python/lab3_strap012.py | 1 - 1 file changed, 1 deletion(-) (limited to 'csci1913') diff --git a/csci1913/Python/lab3_strap012.py b/csci1913/Python/lab3_strap012.py index ea6bdf0..1e121a6 100644 --- a/csci1913/Python/lab3_strap012.py +++ b/csci1913/Python/lab3_strap012.py @@ -11,7 +11,6 @@ def filter(P,S): return (S[0]) + filter(P,S[1:]) else: return filter(P,S[1:]) - def returnGreater(a,b): if a > b: return a -- cgit v1.2.3