From f4db28de14207a1eb8be4b1b57a85f02c40a5234 Mon Sep 17 00:00:00 2001 From: "[vutticoding]" <[vutticodingplatform@gmail.com]> Date: Mon, 4 Sep 2023 18:47:53 +0530 Subject: [PATCH 1/2] pushing the code --- PythonPracti/What.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PythonPracti/What.py b/PythonPracti/What.py index 30e9dad..5c43833 100644 --- a/PythonPracti/What.py +++ b/PythonPracti/What.py @@ -2,5 +2,5 @@ def function1(): print("hero") - + print("Hi") function1() \ No newline at end of file From 248e6c2ddc80aec9e26c14a9c0eecceb82b4f7e1 Mon Sep 17 00:00:00 2001 From: "[vutticoding]" <[vutticodingplatform@gmail.com]> Date: Mon, 4 Sep 2023 19:11:25 +0530 Subject: [PATCH 2/2] Comit message --- PythonPracti/What.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PythonPracti/What.py b/PythonPracti/What.py index 5c43833..dbef4f3 100644 --- a/PythonPracti/What.py +++ b/PythonPracti/What.py @@ -3,4 +3,5 @@ def function1(): print("hero") print("Hi") + print("Hello") function1() \ No newline at end of file