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 --- python/24-lexicographic_permutations.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 python/24-lexicographic_permutations.py (limited to 'python/24-lexicographic_permutations.py') diff --git a/python/24-lexicographic_permutations.py b/python/24-lexicographic_permutations.py deleted file mode 100644 index d24eb7c..0000000 --- a/python/24-lexicographic_permutations.py +++ /dev/null @@ -1,6 +0,0 @@ -from helper.other import n_digits_pandigital - -nine_digits_perm = n_digits_pandigital(10, True) - -print(nine_digits_perm[999_999]) -# print(nine_digits_perm) -- cgit