Current Directory. To obtain the current working directory with os functions we use getcwd(): import os cwd = os.getcwd() print ...
確定! 回上一頁