Computer Science, asked by arpitajaiswal9113, 4 months ago

24. What is the output of the
following aList = [5, 10, 15, 25]
print(aList[::-2])
O [15, 10,5]
O [10,5]
O [25, 10]
O None of the Above​

Answers

Answered by narendren
5

Answer:

[10,5]

Explanation:

output of print is [10,5]

Answered by harshitxlala
2

Answer:

OUTPUT [25,10]

MARK ME AS BRILLIANT

Similar questions