Python: Pathlib Question What is the core rule behind pathlib? (Click to reveal answer) Answer Use path objects so joins, names, and parent directories stay explicit and platform-safe. This matters because interviewers like when you pick the tool that makes intent obvious rather than the one that happens to work today. Additional NotesWhat is the core rule behind pathlib? Track: Python Topic: Files and Paths Focus: Pathlib Topics: Files and Paths Pathlib Python