Python · Dates & Times
What happens here? ``` from datetime import datetime, timezone a = datetime.now() b = datetime.now(timezone.utc) print(b - a) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
