Retour vers [[python:accueil|accueil]] ====== Installation ====== ===== Verify installation ===== ==== List of installed modules ==== >> help('modules') ===== Current working directory ===== ==== Get the current working directory address ==== import os cwd = os.getcwd() print cwd