Just I want to ask is this true in recursion and how to avoid the error
import os def dirNum(drive): dirCount=0 for arr in os.listdir(drive):