To create a directory, first check if it already exists using os.path.exists(directory). Then you can create it using:import os if not ...
確定! 回上一頁