func2에서 show_information 추가함.

This commit is contained in:
hocean.controllab01@outlook.com
2026-01-23 11:41:21 +09:00
parent 8a2f882f04
commit ffce259905
+3
View File
@@ -13,4 +13,7 @@ def print_hi(name):
if __name__ == '__main__':
print_hi('PyCharm')
def show_information():
print("이것은 샘플 정보 메시지입니다.")
# https://www.jetbrains.com/help/pycharm/에서 PyCharm 도움말 참조