“Python OS Get Dir Path” Ответ

Получить путь к текущему каталогу Python

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

Python OS Get Dir Path

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

getcwd() # Get the current working directory
Panicky Pig

Ответы похожие на “Python OS Get Dir Path”

Вопросы похожие на “Python OS Get Dir Path”

Больше похожих ответов на “Python OS Get Dir Path” по Python

Смотреть популярные ответы по языку

Смотреть другие языки программирования