Python: Cancellation Question What is the core rule behind cancellation? (Click to reveal answer) Answer Make cancellation behavior explicit so tasks stop cleanly and partial work is understood. This matters because this is a good interview topic because it reveals whether you think about lifecycle, not only happy-path throughput. Additional NotesWhat is the core rule behind cancellation? Track: Python Topic: Concurrency Focus: Cancellation Topics: Cancellation Concurrency Python