Python · Files & Paths (pathlib)
What happens here if `out` already exists? ``` from pathlib import Path Path("out").mkdir() Path("out").mkdir() ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
