Skip to content

Instantly share code, notes, and snippets.

@rajrao
Created June 28, 2024 13:45
Show Gist options
  • Save rajrao/ebf0476e1aabae1f56e53810f55cbb87 to your computer and use it in GitHub Desktop.
Save rajrao/ebf0476e1aabae1f56e53810f55cbb87 to your computer and use it in GitHub Desktop.
Current Working Directory
import os
cur_working_dir = os.path.join(os.getcwd(), os.path.dirname(__file__))
print(cur_working_dir)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment