Is there a one liner code to reach three level up of a path using python?
Currently my code is a three liner as I am using os.path.split and going step by step. However,