From 1879caa1dd80cb11dd62403663917ad4bf7cc68e Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 11 Aug 2019 22:41:34 +0200 Subject: rename all file with 3 zero padding --- wip/26-reciprocal_cycles.py | 5 ----- 1 file changed, 5 deletions(-) delete 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 deleted file mode 100644 index b502c9a..0000000 --- a/wip/26-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