# Conflicts: # main.py
@@ -13,6 +13,11 @@ def print_hi(name):
if __name__ == '__main__':
print_hi('PyCharm')
# 1번 개발자 수정
def add_procedure (*a : int) -> int:
return sum(a)
def show_information():
print("이것은 샘플 정보 메시지입니다.")
The note is not visible to the blocked user.