What is the output of the following Python code??
aList = [5, 10, 15, 25] 
print(aList[::-2])


Posted on by