Répertoire de changement de python
>>> os.chdir('C:\\Python33')
>>> print(os.getcwd())
C:\Python33
SAMER SAEID
>>> os.chdir('C:\\Python33')
>>> print(os.getcwd())
C:\Python33