Skip to content

Instantly share code, notes, and snippets.

@pointofpresence
Last active April 7, 2022 07:27
Show Gist options
  • Save pointofpresence/d2d5197b684b8feab914036528b09e2e to your computer and use it in GitHub Desktop.
Save pointofpresence/d2d5197b684b8feab914036528b09e2e to your computer and use it in GitHub Desktop.
Python using path join
os.path.join('/home', 'User/Desktop', 'file.txt')
# '/home/User/Desktop/file.txt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment