From d41f53be03105e70000372c9f421753b5df707a0 Mon Sep 17 00:00:00 2001 From: hwekook Date: Sat, 15 Feb 2025 14:09:02 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=97=B0=EC=8A=B5=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stack.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stack.py b/stack.py index ce39b32..2d7b60a 100644 --- a/stack.py +++ b/stack.py @@ -38,4 +38,6 @@ def size(self): elif command[0] == 'size': print(stack.size()) elif command[0] == 'empty': - print(stack.empty()) \ No newline at end of file + print(stack.empty()) + +# 주석추가 \ No newline at end of file From 32e15be6b65ec834233039c27bdf97b3cacb6fc3 Mon Sep 17 00:00:00 2001 From: hwekook Date: Sat, 15 Feb 2025 15:36:32 +0900 Subject: [PATCH 2/2] Update README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 회국 작성 (PR 연습) --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 8b13789..0036daa 100644 --- a/README +++ b/README @@ -1 +1 @@ - +이건 Read me이고 제 레포에서 바로 PR 보내보는 것을 연습해보고 있습니다 (회국)