Skip to content

Instantly share code, notes, and snippets.

@lll9p
Created June 12, 2017 05:00
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 lll9p/4c2a352bda7245236467b19e527616dc to your computer and use it in GitHub Desktop.
Save lll9p/4c2a352bda7245236467b19e527616dc to your computer and use it in GitHub Desktop.
import pathlib
A = pathlib.Path('./Notebook')
B = pathlib.Path('.')
print(A.absolute().parent==B.absolute())
# True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment