CBSE BOARD XII, asked by sinchanakgowda4, 3 months ago

Suppose a tuple T is declared as T= (10,20,30,40).

Which of the following is incorrect?(a) print(T[2])

(b) print(min(T))

(c) print(max(T))

(d) T[1]=15​

Answers

Answered by Sandradutta05
2

(d) is the incorrect one.

Explanation:

The items in tuples cannot be modified (but the items in lists can be modified. But there are some specific inbuilt functions in them which can be modified.

eg. Min, Max etc.

Answered by Panda06
1

Answer:

Hello My Friend Can You Brainliest My Answer Because I Need It

Explanation:

Thanks In Advance

Similar questions