diff options
Diffstat (limited to 'python/wip/026-reciprocal_cycles.py')
| -rw-r--r-- | python/wip/026-reciprocal_cycles.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/wip/026-reciprocal_cycles.py b/python/wip/026-reciprocal_cycles.py new file mode 100644 index 0000000..b502c9a --- /dev/null +++ b/python/wip/026-reciprocal_cycles.py @@ -0,0 +1,5 @@ +from decimal import Decimal + +for i in range(1, 11): + # decimals = int(str(1/i)[2:]) + print(d) |
