We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06abf25 commit 2eeaedaCopy full SHA for 2eeaeda
fibonacci_printer/fibonacci_printer.py
@@ -9,5 +9,4 @@
9
a, b = b, a + b
10
count += 1
11
12
-print()
13
-
+print()
0 commit comments