From 3ffc76713f6db4c33f20588ce6896ea3c2bae2a7 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 17 Aug 2019 21:39:43 +0200 Subject: wip directory for each language --- python/wip/026-reciprocal_cycles.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/wip/026-reciprocal_cycles.py (limited to 'python/wip/026-reciprocal_cycles.py') 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) -- cgit