📜  python中的运行时错误 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:24.947000             🧑  作者: Mango

代码示例2
Some examples of Python Runtime errors −

 

division by zero
performing an operation on incompatible types
using an identifier which has not been defined
accessing a list element, dictionary value or object attribute which doesn’t exist
trying to access a file which doesn’t exist