How to get the PATH environment-variable separator in Python? How to get the PATH environment-variable separator in Python? python python

How to get the PATH environment-variable separator in Python?


Making it a little more explicit (For python newbies like me)

import osprint(os.pathsep)