Created
June 20, 2018 09:34
-
-
Save mrroot5/c9e5e41411da2091e68da99fbe1744af to your computer and use it in GitHub Desktop.
Python: ruta de ejecución actual del fichero
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 | |
print(os.getcwd()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment