From 8576f66d68c4e56e0d44f7aefd3e4a2df73f9660 Mon Sep 17 00:00:00 2001 From: saahil1292 Date: Thu, 15 Jun 2017 10:09:59 +0000 Subject: [PATCH] Done --- .results.json | 1 + practice.py | 11 +++++++++++ tests/__init__.pyc | Bin 0 -> 159 bytes tests/test_solution.pyc | Bin 0 -> 684 bytes 4 files changed, 12 insertions(+) create mode 100644 .results.json create mode 100644 tests/__init__.pyc create mode 100644 tests/test_solution.pyc diff --git a/.results.json b/.results.json new file mode 100644 index 0000000..a174192 --- /dev/null +++ b/.results.json @@ -0,0 +1 @@ +{"stats": {"passes": 1, "skipped": 0, "encoding": "UTF-8", "errors": 0, "failures": 0, "total": 1}, "results": [{"classname": "tests.test_solution:TestSolution", "type": "success", "name": "test_solution", "time": 9.512901306152344e-05}]} \ No newline at end of file diff --git a/practice.py b/practice.py index e69de29..34d4883 100644 --- a/practice.py +++ b/practice.py @@ -0,0 +1,11 @@ +print list(range(0,100,2)) + +num1 = 0 +num2 = 1 +list = [num1, num2] +for num in range(10): + num = num1 + num2 + list.append(num) + num1, num2 = num2, num + +print list diff --git a/tests/__init__.pyc b/tests/__init__.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fea12de8882cb48f2a96761e7698b73261d5919d GIT binary patch literal 159 zcmZSn%*)jtGIU zC+L!y{WBjkzkJc}c=WTGtu^#3qWy&e?c|0 z^7w+}#UHI$(8*s>T3YmTh1Os9m)w=DFI;^b#?l!D-cqu_GiW4rrmk5YI%(E$3@GLl zLHh;p9@q{{1vH<_i%{dS6HRk*vR8=KbVMT(@U`*FrnTMMko(zk8`BOU;VYfeovUn$ zO6`jBVfr{tSFZWMz0x+-&e*i5ed7}ElKrROxjK1MSZGW=4eqkU{!i~oF{X}OIzF;h z$h;t8wmX<5WvwbJrDsklD`(o0t{Eeq@Xo}TvBAL%#<~=X6IWXop6N3xK+v6?CiwBx MIq=M6!K|C;ADu~|z5oCK literal 0 HcmV?d00001