Sometimes you need a trial phase for a program where you see what the people actually like/ want out of the program. Sometimes a fault can actually be something that makes the program better.
Answer:
true!! i may be wrong tho
Explanation:
Answer:
I always name mine something like HI
or YEET i dont know
why but it works
Explanation:
Answer:
B
Explanation:
The build in random function will work the best for your case. Have a marvelous day. :)
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.