单项选择题

Python处理异常的方式包括:

A、try……except
B、try……except……
C、try……except……except……else
D、try……except……else……finally