Suppose a tuple Tup is declared as Tup = (12, 15, 63, 80),
which of the following is incorrect?
a) print(Tup[1])
b) Tup[2] = 90
c) print(min(Tup))
d) print(len(Tup))
Answers
Answered by
4
Answer:
b] tup[2]=90
Explanation:
Similar questions
English,
4 months ago
Chemistry,
4 months ago
World Languages,
4 months ago
Chemistry,
8 months ago
Computer Science,
8 months ago
History,
1 year ago
Social Sciences,
1 year ago