“Python OS obtient un chemin DIR” Réponses codées

Obtenez le chemin du répertoire actuel Python

import os
os.path.abspath(os.getcwd())
A

Python OS obtient un chemin DIR

from os import getcwd # only import "getcwd" from os

getcwd() # Get the current working directory
Panicky Pig

Réponses similaires à “Python OS obtient un chemin DIR”

Questions similaires à “Python OS obtient un chemin DIR”

Plus de réponses similaires à “Python OS obtient un chemin DIR” dans Python

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code