Chúng ta có thể ngoại lệ trong mã bằng cách viết lại nó như sau
a=[] foo = 'redbullz' try: for i in foo: a.append(i) print a[8] except Exception as e: print e
Chúng tôi nhận được kết quả sau
list index out of range Process finished with exit code 0