Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 176 Bytes

what_exception_is_raised_lvl_2.md

File metadata and controls

9 lines (5 loc) · 176 Bytes

What Exception is Raised? - Level 2

For each of the following statement, specify what exception will be raised

  1. chars = "abc";chars[0]='h'

Solution

  1. TypeError