summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <sancn@live.com>2017-04-25 11:02:33 +0200
committerSanto Cariotti <sancn@live.com>2017-04-25 11:02:33 +0200
commit2711d525687bdf5ed759ab359e85c901e9102539 (patch)
tree17511874c6a1d32e24168ecda1b0dbc6ecfc3460
parent47ad99e29fa11fc9034d387fdc51391f5447e9dd (diff)
parent2f0d0afe9c3f4f85c791c4ff58751efb911fa658 (diff)
Merge branch 'devs'
-rw-r--r--lswf.py5
-rw-r--r--test.py1
2 files changed, 4 insertions, 2 deletions
diff --git a/lswf.py b/lswf.py
index cc51cb7..7a309ad 100644
--- a/lswf.py
+++ b/lswf.py
@@ -1,5 +1,6 @@
-fib = [1, 1]
-
+fib = []
+fib.append(1)
+fib.append(1)
def fibonacci(N):
for i in range(2, N):
diff --git a/test.py b/test.py
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/test.py
@@ -0,0 +1 @@
+