# Conflicts: # main.py
@@ -13,6 +13,14 @@ def print_hi(name):
if __name__ == '__main__':
print_hi('PyCharm')
# 1번 개발자 수정
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("이것은 샘플 정보 메시지입니다.")
The note is not visible to the blocked user.