add_procedure2 추가

This commit is contained in:
hocean.controllab01@outlook.com
2026-01-23 13:14:13 +09:00
parent 716af8106c
commit b3834e29da
+3 -1
View File
@@ -17,5 +17,7 @@ if __name__ == '__main__':
def add_procedure (*a : int) -> int: def add_procedure (*a : int) -> int:
return sum(a) return sum(a)
# 1번 개발자 추가 수정
def add_procedure2 (a : int, b : int) -> int:
return a + b
# https://www.jetbrains.com/help/pycharm/에서 PyCharm 도움말 참조 # https://www.jetbrains.com/help/pycharm/에서 PyCharm 도움말 참조