It D because I hade this too so it is D
I have a PlayStation as well
Answer:
You can't call a function unless you've already defined it. Move the def createDirs(): block up to the top of your file, below the imports.
Explanation:
Some languages allow you to use functions before defining them. For example, javascript calls this "hoisting". But Python is not one of those languages.
Answer:
False because the inside could be dirty and cause problems.
Explanation: