From cea7b9f010d493f0de5f07c4a8d444c1a12bea68 Mon Sep 17 00:00:00 2001 From: PatchOfScotland Date: Fri, 31 Mar 2023 11:42:12 +0200 Subject: [PATCH] removed rogue recipe script --- counting_files.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 counting_files.py diff --git a/counting_files.py b/counting_files.py deleted file mode 100644 index 260f94e..0000000 --- a/counting_files.py +++ /dev/null @@ -1,5 +0,0 @@ -import os - -dir_to_count = "." - -print(f"There are {len(os.listdir(dir_to_count))} files in the directory.")