A. except: B. except Exception as result: C. except (NameError, FileNotFoundError) D. except NameError:。
A. try B. except C. else D. finally。