注意:此页面搜索的是所有试题
如果目录"d:\python"不存在,则创建该目录,请完善程序。
import os
if not ________("d:\python"):
os.mkdir("d:\python")

参考答案