standardised naming of test recipe scripts
This commit is contained in:
5
counting_files.py
Normal file
5
counting_files.py
Normal file
@ -0,0 +1,5 @@
|
||||
import os
|
||||
|
||||
dir_to_count = "."
|
||||
|
||||
print(f"There are {len(os.listdir(dir_to_count))} files in the directory.")
|
Reference in New Issue
Block a user