To create a new directory you use mkdir() or makedirs() functions of os module. And you should always check if a directory exists first before creating a new ...
確定! 回上一頁