Skip to content

Instantly share code, notes, and snippets.

@curious-username
Last active September 11, 2021 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save curious-username/49cf30541c79cabc8a0c69dcc4f02c47 to your computer and use it in GitHub Desktop.
Save curious-username/49cf30541c79cabc8a0c69dcc4f02c47 to your computer and use it in GitHub Desktop.
creating a folder
import os
os.listdir()
os.mkdir('Sample')
os.listdir()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment