Skip to content

Instantly share code, notes, and snippets.

@mrroot5
Created June 20, 2018 09:34
Show Gist options
  • Save mrroot5/c9e5e41411da2091e68da99fbe1744af to your computer and use it in GitHub Desktop.
Save mrroot5/c9e5e41411da2091e68da99fbe1744af to your computer and use it in GitHub Desktop.
Python: ruta de ejecución actual del fichero
import os
print(os.getcwd())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment