A double underscore variable in Python is referred to as a?
Dunder
A variable that Python has defined so that it can use it in a “Special Way”
Dunder
A standard 3D image format that can be exported and opened by various 3D image editing programs
OBJ file
Path classes are divided between what?
Pure paths & concrete paths
Pure paths provide purely what?
Computational operations WITHOUT I/O
Concrete paths inherit from pure paths but also what?
Provide I/O operations
This operation allows us to get the directory above
‘.parent’