k
Size: a a a
k
k
k
G
k
G
k
A
G
k
VA
k
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)
M
M
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)
G
G
AT
ПЯ
G
G