datetime arithmetic
Variables
Data types
Read the code carefully
from pathlib import Path p = Path("data") / "logs" / "today.log" print(p.name) print(p.suffix)
What will the program print? Write here: