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) diff --git a/fork_practical.txt b/fork_practical.txt new file mode 100644 index 0000000..1983148 --- /dev/null +++ b/fork_practical.txt @@ -0,0 +1,6 @@ +I am student of VPKBIET. +Now,I am performing the practical on the fork. + + +Yes , my practical is done . +