Python - Standard Library Usage
Which Python module provides functions to work with operating system paths?
os.path module contains functions to manipulate file and directory paths.sys handles system-specific parameters, math is for math functions, and random is for random numbers, none handle paths.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions