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