From 02d3240dab2d209bf6c4fc151be4be37d39408f7 Mon Sep 17 00:00:00 2001 From: Hyrschall Date: Thu, 10 Mar 2022 15:56:57 -0700 Subject: [PATCH] added white space line --- Chapter1/fib2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter1/fib2.py b/Chapter1/fib2.py index cf572c8..048d4eb 100644 --- a/Chapter1/fib2.py +++ b/Chapter1/fib2.py @@ -23,4 +23,4 @@ def fib2(n: int) -> int: if __name__ == "__main__": print(fib2(5)) - print(fib2(10)) \ No newline at end of file + print(fib2(10))