defaultdict
Variables
Data types
Read the code carefully
from pathlib import Path p = Path("logs/2026/error.log") print(p.stem)
What will the program print? Write here: