I currently have the python code which loops in the directory, if it finds another directory inside the directory, then it goes inside it & loops it again to get all the files inside it. The directory traverse only one level. Here is the code :I currently have the python code which loops in