add_procedure 추가함

This commit is contained in:
hocean.controllab01@outlook.com
2026-01-23 11:38:30 +09:00
parent 8a2f882f04
commit 716af8106c
+5
View File
@@ -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 도움말 참조