mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 17:34:49 +08:00
PEP style
This commit is contained in:
@ -4,6 +4,7 @@ This is a pure Python implementation of Dynamic Programming solution to the fibo
|
|||||||
|
|
||||||
|
|
||||||
class Fibonacci:
|
class Fibonacci:
|
||||||
|
|
||||||
def __init__(self, N=None):
|
def __init__(self, N=None):
|
||||||
if N:
|
if N:
|
||||||
N = int(N)
|
N = int(N)
|
||||||
|
Reference in New Issue
Block a user