1. marks = [10, 15, 20] → Creates a list with three elements. 2. marks[1] = 12 → Updates the second element (index 1, which was 15) to 12. 3. print(marks) → Prints the modified list [10, 12, 20].
A-[10, 12, 20]
a=[10,12,20]
A:[10, 12, 20]
A because indexs starts from 0
Option, A
Number one
marks[0] = [10] marks[1] = [15] marks[2] = [20]
Arrays and objects start counting with 0. So answer is A)
Top
a=10,12,20
the 10,12,20 is correct
A correct.
A is correct
A because the list is mutable
A option
A and d
aaaassssss
@AnisaAnu-j6m