What will be the output of the following Python code?
for xy in [10, 20, 30, 40][::-1]:
print (xy)

Posted on by