Imprimer la variable de chemin Python

import sys
print(sys.path)
Real Raccoon