Skip to content

Instantly share code, notes, and snippets.

@dharma6872
Created January 13, 2021 02:47
Show Gist options
  • Save dharma6872/873312e3cc44fd06ce185160cc4a6856 to your computer and use it in GitHub Desktop.
Save dharma6872/873312e3cc44fd06ce185160cc4a6856 to your computer and use it in GitHub Desktop.
폴더생성
import os
if "bert" not in os.listdir():
os.makedirs("bert")
else:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment