diff --git a/Learning/Part-1/Python/# Python3 program of the above approach.py b/Learning/Part-1/Python/# Python3 program of the above approach.py index 62bff3c..2b001cd 100644 --- a/Learning/Part-1/Python/# Python3 program of the above approach.py +++ b/Learning/Part-1/Python/# Python3 program of the above approach.py @@ -1,5 +1,4 @@ # Python3 program of the above approach -import sys def splitIntoFibonacciHelper(pos, S, seq): if (pos == len(S) and (len(seq) >= 3)): return True