Question 4: which is correct if:
Val = [10,20,30,40,50,60,70,80,90]
Print(val[::-21)
(a) [90,60,30,10]
(b) [10,30,70]
(c) [10,40,70]
(d) [90,70,50,30,10)
Answers
Answered by
2
Answer:
option C.........................
Similar questions