Created
June 28, 2024 13:45
-
-
Save rajrao/ebf0476e1aabae1f56e53810f55cbb87 to your computer and use it in GitHub Desktop.
Current Working Directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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