diff --git a/README b/README index 8b13789..0036daa 100644 --- a/README +++ b/README @@ -1 +1 @@ - +이건 Read me이고 제 레포에서 바로 PR 보내보는 것을 연습해보고 있습니다 (회국) 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