From b9b63f722fee12fa6b8693865b4236baf509cd52 Mon Sep 17 00:00:00 2001 From: VaishnaviPhalle2005 Date: Fri, 17 Apr 2026 15:25:16 +0530 Subject: [PATCH 1/3] Added fork practical file --- fork_practical.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fork_practical.txt diff --git a/fork_practical.txt b/fork_practical.txt new file mode 100644 index 0000000..be5c08b --- /dev/null +++ b/fork_practical.txt @@ -0,0 +1,3 @@ +I am student of VPKBIET. +Now,I am performing the practical on the fork. + From a744f004e7ca9bda1cad80b83b496d0dd184c4f4 Mon Sep 17 00:00:00 2001 From: VaishnaviPhalle2005 Date: Fri, 17 Apr 2026 16:01:38 +0530 Subject: [PATCH 2/3] Addition file --- add.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 add.py diff --git a/add.py b/add.py new file mode 100644 index 0000000..9b1dc81 --- /dev/null +++ b/add.py @@ -0,0 +1,6 @@ +a = 10 +b = 6 + +sum = a+b + +Print("Addition of two numbers :",sum) From b775a17cd33da679fc21f023d968688488b5c980 Mon Sep 17 00:00:00 2001 From: VaishnaviPhalle2005 Date: Fri, 17 Apr 2026 16:10:08 +0530 Subject: [PATCH 3/3] Changes in file of practical --- fork_practical.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fork_practical.txt b/fork_practical.txt index be5c08b..1983148 100644 --- a/fork_practical.txt +++ b/fork_practical.txt @@ -1,3 +1,6 @@ I am student of VPKBIET. Now,I am performing the practical on the fork. + +Yes , my practical is done . +