Example 1: Create a Directory or Folder with Python. In this example, we will create a directory named “sample”. Python Program import os os.mkdir('sample') ...
確定! 回上一頁