1 Commits

Author SHA1 Message Date
hocean.controllab01@outlook.com 716af8106c add_procedure 추가함 2026-01-23 11:38:30 +09:00
+5
View File
@@ -13,4 +13,9 @@ def print_hi(name):
if __name__ == '__main__': if __name__ == '__main__':
print_hi('PyCharm') print_hi('PyCharm')
# 1번 개발자 수정
def add_procedure (*a : int) -> int:
return sum(a)
# https://www.jetbrains.com/help/pycharm/에서 PyCharm 도움말 참조 # https://www.jetbrains.com/help/pycharm/에서 PyCharm 도움말 참조