https://www.codewars.com/kata/5769b3802ae6f8e4890009d2/train/python Codewars: Train your coding skills Codewars is where developers achieve code mastery through challenge. Train on kata in the dojo and reach your highest potential. www.codewars.com 인덱스 짝수 번호인 것 지우는 문제이다. 더보기 내 코드 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 # My Code def remove_every_other(my_list): answer = [] for i in range(len(m..