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