print(120+hello)
執(zhí)行上述語句,則會出現(xiàn)()異常。
A.TypeError
B.IndexError
C.SyntaxError
D.AttributeError
print([1,2,3][3])
上面代碼則會產(chǎn)生()異常。
A.ValueError
B.IndexError
C.TypeError
D.AttributeError
print(int(’50a’))
則會產(chǎn)生()異常。
A.ValueError
B.IndexError
C.TypeError
D.AttributeError