chemin divisé Python au niveau

import os
path = os.path.normpath(path)
path.split(os.sep)
Real Raccoon