如何在Python中执行以下操作?
array = [0, 10, 20, 40] for (i = array.length() - 1; i >= 0; i--)
我需要有一个数组的元素,但从最后到开头.
python list
list ×1
python ×1