<span>To build a team site and collaborate with your colleagues</span>
This is honestly an answer you can give. What would you name a business if you made one?
If there are changes to the responsibilities in a career, the typical outcome will change.
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.