Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2eeaeda

Browse files
Fix missing newline at the end of fibonacci_printer.py
1 parent 06abf25 commit 2eeaeda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎fibonacci_printer/fibonacci_printer.py‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
a, b = b, a + b
1010
count += 1
1111

12-
print()
13-
12+
print()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /