Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions printNumbers/printNumbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
--factorial Print the factorial.
"""



"""

This is a change for the Git exercise

"""

from docopt import docopt
from parameters import *
from functions.fibonacci import *
Expand Down