Skip to content

Instantly share code, notes, and snippets.

@mlai-demo
Last active August 19, 2019 14:47
Show Gist options
  • Save mlai-demo/be12e745d0e52c689b7324aa679acadb to your computer and use it in GitHub Desktop.
Save mlai-demo/be12e745d0e52c689b7324aa679acadb to your computer and use it in GitHub Desktop.
Import OS, regex and show file path
import os
import re
fpath = os.getcwd(); fpath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment