From 5676562adce6d9bbc75ea1bc5ae727b90342b5b0 Mon Sep 17 00:00:00 2001 From: Gurnav224 Date: Sun, 24 Aug 2025 08:01:02 +0530 Subject: [PATCH 1/2] testing branch update --- README.md | 2 ++ hello.py | 24 ++++++++---------------- index.html | 5 +++++ 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 3cf826d..46c0b1e 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ fix the branch in the workflows let's test it out now workflow updated now it will run dummy check like lint , format, test + +I setup the branch to test out that my application is working in that or not \ No newline at end of file diff --git a/hello.py b/hello.py index faa2240..b0052d4 100644 --- a/hello.py +++ b/hello.py @@ -1,18 +1,10 @@ -print('Hello, World!') - -print('welcome to test the ci and cd') - - -print('this is the test branch do not merge it directly to main') - -print('how it works in the test branch') - -print('add the changes') - -print('remove the permissions from the global CI/CD workflow') - -print('add the permissions to each job in the CI/CD workflow') - -print('now the pr checks should work as expected') +num = int(input("Enter a number: ")) + +if num % 2 == 0: + print("Even") +else: + print("Odd") + + \ No newline at end of file diff --git a/index.html b/index.html index a6ca234..f684587 100644 --- a/index.html +++ b/index.html @@ -18,10 +18,15 @@

background changer

+ + +