notebook.community
Edit and run
In [ ]: for loop very bad this_is_a_list = [1,2,3,4,5] for element in this_is_a_list: this_is_a_list.pop(-1) print(element)
for loop very bad this_is_a_list = [1,2,3,4,5] for element in this_is_a_list: this_is_a_list.pop(-1) print(element)