From 7b624de8e3e3637a07364f992c1d7e4185e4a872 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 11 Aug 2019 18:42:52 +0200 Subject: initial commit --- wip/26-reciprocal_cycles.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 wip/26-reciprocal_cycles.py (limited to 'wip/26-reciprocal_cycles.py') diff --git a/wip/26-reciprocal_cycles.py b/wip/26-reciprocal_cycles.py new file mode 100644 index 0000000..b502c9a --- /dev/null +++ b/wip/26-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