diff options
author | Santo Cariotti <sancn@live.com> | 2017-06-11 17:11:14 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-06-11 17:11:14 +0200 |
commit | fc27e8f39720f342b39d86f1ceb7aca8fe1a352d (patch) | |
tree | d6b3f7b596d439f3b21a0e7e6d919cdc28f0857d /python | |
parent | 7707f7cf59e76186f764264d0c8f4e4f618904f8 (diff) |
fixed some things and added binary-dec
Diffstat (limited to 'python')
-rw-r--r-- | python/lswf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lswf.py b/python/lswf.py index c955631..89230ea 100644 --- a/python/lswf.py +++ b/python/lswf.py @@ -14,7 +14,7 @@ def fibonacci(N): with open('input.txt', 'r') as fin: N = int(fin.readline()) -lst = fibonacci(N) +fibonacci(N) fib.reverse() print() |