Python · Files & Paths (pathlib)
What does this print on any OS? ``` from pathlib import Path p = Path("logs") / "app" / "out.txt" print(p) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
