File and directory Paths - Python Cheatsheet

PHOTO EMBED

Sun Sep 24 2023 02:09:50 GMT+0000 (Coordinated Universal Time)

Saved by @OperationsBGSC #python

>>> import os

>>> os.getcwd()
# 'C:\\Python34'
>>> os.chdir('C:\\Windows\\System32')

>>> os.getcwd()
# 'C:\\Windows\\System32'
content_copyCOPY

https://www.pythoncheatsheet.org/cheatsheet/file-directory-path