Question: dfssearch.py 1 from os import listdir 2 from os . path import isfile, join, sdir 3 4 def show directories (wdList): #TO DO: Implement this
dfssearch.py 1 from os import listdir 2 from os . path import isfile, join, sdir 3 4 def show directories (wdList): #TO DO: Implement this function 6 7 8 wd # input ("working directory: ") 9 wdListjoin(wd,f) for f in listdir ( 10 11 show_directories (wdList) if isdir (join(wd, f))] will have the output Session output working directory: c:python c:python foo c:python Ifoolfoo1 c:python \foolfoo1foo11 c:python Ifoolfoo1foo12 c:python \foolfoo1foo121foo121 c:python foo\foo1\foo13 c:Apython goo
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
