- 최신순
내손으로 파이썬 문제풀이 100제 > Python Practice 41번 - 50번 > 문제
제가
animals = ["dog","cat","rabbit","cow","goat","sheep","mouse"]
for i in animals:
if len(i) != 3:
animals.remove(i)
print(animals)
로 풀었는데 왜 답이 아닐까요... 아무리 고민해도 모르겠어요
01
오늘은 어떤 문제가 있으신가요?