From df29fe76c64ffeef76b4d0948e9b549bdfcda395 Mon Sep 17 00:00:00 2001 From: Fawaz Faiz Date: Sun, 4 May 2025 16:12:06 +0000 Subject: [PATCH] changes --- Ex_Files/01_01_begin/hello.py | 1 + Ex_Files/02_01_begin/main.py | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 Ex_Files/01_01_begin/hello.py diff --git a/Ex_Files/01_01_begin/hello.py b/Ex_Files/01_01_begin/hello.py new file mode 100644 index 00000000..9839e63b --- /dev/null +++ b/Ex_Files/01_01_begin/hello.py @@ -0,0 +1 @@ +import this \ No newline at end of file diff --git a/Ex_Files/02_01_begin/main.py b/Ex_Files/02_01_begin/main.py index de27c558..d61c7a06 100644 --- a/Ex_Files/02_01_begin/main.py +++ b/Ex_Files/02_01_begin/main.py @@ -1,4 +1,4 @@ -RUN_INDENTED = False +RUN_INDENTED = True message = "running unindented" @@ -11,3 +11,5 @@ def my_function(): greet = "Hello" return greet + +print(my_function())