Since Python 3.5 the best and easiest way to create a nested directory is by using pathlib.Path.mkdir: from pathlib import Path ...
確定! 回上一頁