From bacdf95171f60ee549a73c4bd338601957482a1a Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Thu, 29 May 2025 11:42:16 +0200 Subject: [PATCH] Add success message after script execution --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index 6437cdb..07e1cb1 100644 --- a/hello.py +++ b/hello.py @@ -10,3 +10,4 @@ def get_version(): if __name__ == "__main__": main() + print("This script has been executed successfully.") \ No newline at end of file