From a0784fcfb247775f4a8ee8126eb38b3f3f79644d Mon Sep 17 00:00:00 2001 From: Universpace Date: Fri, 26 Aug 2022 22:53:48 +0900 Subject: [PATCH] Update fivonacci.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 오타가 있어요 --- fivonacci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fivonacci.py b/fivonacci.py index 3e9924e..345b345 100644 --- a/fivonacci.py +++ b/fivonacci.py @@ -4,7 +4,7 @@ 전체 시퀀스를 한 번에 메모리에 생성 정렬 필요 없음 -generator순회 할 때마다 마지막으로 호출된 효소를 기억하고 다음 값을 반환한다 +generator순회 할 때마다 마지막으로 호출된 요소를 기억하고 다음 값을 반환한다 """