EADST

Python: Create A New Folder

Create a new folder with the following Python code.

import os

output_dir = 'test'
if not os.path.isdir(output_dir):
    os.mkdir(output_dir)
相关标签
About Me
XD
Goals determine what you are going to be.
Category
标签云
站点统计

本站现有博文240篇,共被浏览280357

本站已经建立1751天!

热门文章
文章归档
回到顶部