diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-18 23:22:33 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-18 23:22:33 +0100 |
| commit | 8d23cd41eb9f4e0cf06715abe27c3999aa80aee9 (patch) | |
| tree | 119ffa6f073c2e2c43c0c6b0d684213b6c507016 /python/wip | |
| parent | fbf74073aeebe4cf64481802c9871012b615d9e7 (diff) | |
| download | project_euler-8d23cd41eb9f4e0cf06715abe27c3999aa80aee9.tar.gz project_euler-8d23cd41eb9f4e0cf06715abe27c3999aa80aee9.tar.bz2 project_euler-8d23cd41eb9f4e0cf06715abe27c3999aa80aee9.zip | |
problem 50 python
Diffstat (limited to 'python/wip')
| -rw-r--r-- | python/wip/026-reciprocal_cycles.py | 5 |
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) |
