From 005609144486baddfcf96da9992e7a5329213b1b Mon Sep 17 00:00:00 2001 From: kalyani Date: Sat, 29 Aug 2026 21:32:43 +0530 Subject: [PATCH 1/5] rohan-kalyani --- testing.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/testing.py b/testing.py index 44de8b7..1caf4bc 100644 --- a/testing.py +++ b/testing.py @@ -10,4 +10,8 @@ def hello(): if __name__ == "__main__": - hello() + +hello() + + +print("kalyani-rohan-pawar") From 9ce643f5ba4ebe5481b2acb535e7d4cc24d7fd51 Mon Sep 17 00:00:00 2001 From: rohan1234409 Date: Sat, 29 Aug 2026 21:38:10 +0530 Subject: [PATCH 2/5] Add print statement for friendship message --- testing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing.py b/testing.py index 1caf4bc..5c0a2dd 100644 --- a/testing.py +++ b/testing.py @@ -15,3 +15,5 @@ def hello(): print("kalyani-rohan-pawar") + +print("rohan and kalyani are the freinds") From 98e1a346c85607faf43979f537ca990eef739430 Mon Sep 17 00:00:00 2001 From: rohan1234409 Date: Sat, 29 Aug 2026 21:39:17 +0530 Subject: [PATCH 3/5] Update friendship message in testing.py --- testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing.py b/testing.py index 5c0a2dd..b88b116 100644 --- a/testing.py +++ b/testing.py @@ -16,4 +16,4 @@ def hello(): print("kalyani-rohan-pawar") -print("rohan and kalyani are the freinds") +print("rohan and kalyani are the freinds I mean closed freinds") From f0175bbd09b6888f5a2a04c4c2a495cf0b72f3d9 Mon Sep 17 00:00:00 2001 From: kalyani Date: Sun, 30 Aug 2026 00:36:06 +0530 Subject: [PATCH 4/5] added the file --- github-for-devops-workshop | 1 + 1 file changed, 1 insertion(+) create mode 160000 github-for-devops-workshop diff --git a/github-for-devops-workshop b/github-for-devops-workshop new file mode 160000 index 0000000..707e5c6 --- /dev/null +++ b/github-for-devops-workshop @@ -0,0 +1 @@ +Subproject commit 707e5c642bb7e3f7bd52ea8ebd9c2e7c92c0e617 From f2c6bcec3a2628dda8be88743cbf45419acbc939 Mon Sep 17 00:00:00 2001 From: kalyani Date: Sun, 30 Aug 2026 00:44:21 +0530 Subject: [PATCH 5/5] saved --- index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 index.js diff --git a/index.js b/index.js new file mode 100644 index 0000000..f823dd6 --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +console.log("rohan") \ No newline at end of file