Question
6. Given the below variable definitions, which of the following will result in an exception being raised? 1-(1,2,3) s-'hello' 1-list(range(10)) (a) s.append(!) (b) del 1[2:5] (c) itex(1) (d) t[1:]
Question image 1