DY
Size: a a a
DY
AT
DY
VA
k
I
I
I
VA
I
AT
AT
array_in_python_that_is_called_list_that_we_iterate_over_in_this_example = [1, 2, 3]
CONSTANT_THAT_WE_USE_TO_MULTIPLY_EACH_ELEMENT_OF_THE_ITERABLE_BY = 2
array_in_python_that_is_called_list_for_demonstration_of_method_pop = [variable_that_contains_current_element_from_the_iterable_we_iterate_over * CONSTANT_THAT_WE_USE_TO_MULTIPLY_EACH_ELEMENT_OF_THE_ITERABLE_BY for variable_that_contains_current_element_from_the_iterable_we_iterate_over in array_in_python_that_is_called_list_that_we_iterate_over_in_this_example]
array_in_python_that_is_called_list_for_demonstration_of_method_pop.pop()
print(array_in_python_that_is_called_list_for_demonstration_of_method_pop)
VA
I
VA
I
VA
I
VA
A
итератору временного имени i, элементу e, "следующему" n и т.д. Даже в математике есть словоформа "каждое i-тое" и т.д.