What Exception is Raised? - Level 2 For each of the following statement, specify what exception will be raised chars = "abc";chars[0]='h' Solution TypeError