From b3834e29da2a118c0f7d62244c0b47fc6e62e97c Mon Sep 17 00:00:00 2001 From: "hocean.controllab01@outlook.com" Date: Fri, 23 Jan 2026 13:14:13 +0900 Subject: [PATCH] =?UTF-8?q?add=5Fprocedure2=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index a188959..790651f 100644 --- a/main.py +++ b/main.py @@ -17,5 +17,7 @@ if __name__ == '__main__': def add_procedure (*a : int) -> int: return sum(a) - +# 1번 개발자 추가 수정 +def add_procedure2 (a : int, b : int) -> int: + return a + b # https://www.jetbrains.com/help/pycharm/에서 PyCharm 도움말 참조