Compare commits
4 Commits
716af8106c
..
Func1
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a8489c10d | |||
| b3834e29da | |||
| 1dad4bcd4d | |||
| ffce259905 |
@@ -17,5 +17,11 @@ if __name__ == '__main__':
|
||||
def add_procedure (*a : int) -> int:
|
||||
return sum(a)
|
||||
|
||||
# 1번 개발자 추가 수정
|
||||
def add_procedure2 (a : int, b : int) -> int:
|
||||
return a + b
|
||||
|
||||
|
||||
def show_information():
|
||||
print("이것은 샘플 정보 메시지입니다.")
|
||||
# https://www.jetbrains.com/help/pycharm/에서 PyCharm 도움말 참조
|
||||
|
||||
Reference in New Issue
Block a user