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

📅  最后修改于: 2022-03-11 14:45:03.586000             🧑  作者: 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