diff options
Diffstat (limited to 'python/wip/026-reciprocal_cycles.py')
| -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) |
