aboutsummaryrefslogtreecommitdiff
path: root/python/wip
diff options
context:
space:
mode:
Diffstat (limited to 'python/wip')
-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)