Whenever you create a new slide, it appears below the selected slide.
If you have 2 slides and want one in between the two select the first slide and then select new slide.
Either A or B. I would go with A but It can actually be B
Answer:
look up ultrasurf and just follow the thingy and it will download a vpn ive had it on my computer for a fat min
Explanation:
Global knowledge is like common sense, people know these things, but their may be someone else with the same idea. One person can come up with the idea but their is also another with same so don't give someone to much credit.
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.