aboutsummaryrefslogtreecommitdiff
path: root/python/wip/026-reciprocal_cycles.py
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-18 23:22:33 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-18 23:22:33 +0100
commit8d23cd41eb9f4e0cf06715abe27c3999aa80aee9 (patch)
tree119ffa6f073c2e2c43c0c6b0d684213b6c507016 /python/wip/026-reciprocal_cycles.py
parentfbf74073aeebe4cf64481802c9871012b615d9e7 (diff)
downloadproject_euler-8d23cd41eb9f4e0cf06715abe27c3999aa80aee9.tar.gz
project_euler-8d23cd41eb9f4e0cf06715abe27c3999aa80aee9.tar.bz2
project_euler-8d23cd41eb9f4e0cf06715abe27c3999aa80aee9.zip
problem 50 python
Diffstat (limited to 'python/wip/026-reciprocal_cycles.py')
-rw-r--r--python/wip/026-reciprocal_cycles.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/wip/026-reciprocal_cycles.py b/python/wip/026-reciprocal_cycles.py
deleted file mode 100644
index b502c9a..0000000
--- a/python/wip/026-reciprocal_cycles.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from decimal import Decimal
-
-for i in range(1, 11):
- # decimals = int(str(1/i)[2:])
- print(d)