From 8d23cd41eb9f4e0cf06715abe27c3999aa80aee9 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 18 Nov 2019 23:22:33 +0100 Subject: problem 50 python --- python/wip/026-reciprocal_cycles.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 python/wip/026-reciprocal_cycles.py (limited to 'python/wip') 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) -- cgit