From f6da680316b1c7f276684aa8b8ae74537cc1b2c6 Mon Sep 17 00:00:00 2001 From: lighting9999 Date: Wed, 13 Aug 2025 12:59:57 +0800 Subject: [PATCH] Move the same python programs in the same directory --- .../Program of Reverse of any number.py | 0 .../Program to print table of given number.py | 0 .../Program to reverse Linked List( Recursive solution).py | 0 ...hon Program for Product of unique prime factors of a number.py | 0 .../Python Program for Tower of Hanoi.py | 0 .../Python Program for factorial of a number.py | 0 .../Python Program to Count the Number of Each Vowel.py | 0 ...ython Program to Display Fibonacci Sequence Using Recursion.py | 0 .../Python Program to Find LCM.py | 0 .../Python Program to Merge Mails.py | 0 .../Python Program to Print the Fibonacci sequence.py | 0 .../Python Program to Remove Punctuations from a String.py | 0 .../Python Program to Reverse a linked list.py | 0 .../Python Program to Sort Words in Alphabetic Order.py | 0 .../Python Program to Transpose a Matrix.py | 0 .../python program for finding square root for positive number.py | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename Program of Reverse of any number.py => Python Programs/Program of Reverse of any number.py (100%) rename Program to print table of given number.py => Python Programs/Program to print table of given number.py (100%) rename Program to reverse Linked List( Recursive solution).py => Python Programs/Program to reverse Linked List( Recursive solution).py (100%) rename Python Program for Product of unique prime factors of a number.py => Python Programs/Python Program for Product of unique prime factors of a number.py (100%) rename Python Program for Tower of Hanoi.py => Python Programs/Python Program for Tower of Hanoi.py (100%) rename Python Program for factorial of a number.py => Python Programs/Python Program for factorial of a number.py (100%) rename Python Program to Count the Number of Each Vowel.py => Python Programs/Python Program to Count the Number of Each Vowel.py (100%) rename Python Program to Display Fibonacci Sequence Using Recursion.py => Python Programs/Python Program to Display Fibonacci Sequence Using Recursion.py (100%) rename Python Program to Find LCM.py => Python Programs/Python Program to Find LCM.py (100%) rename Python Program to Merge Mails.py => Python Programs/Python Program to Merge Mails.py (100%) rename Python Program to Print the Fibonacci sequence.py => Python Programs/Python Program to Print the Fibonacci sequence.py (100%) rename Python Program to Remove Punctuations from a String.py => Python Programs/Python Program to Remove Punctuations from a String.py (100%) rename Python Program to Reverse a linked list.py => Python Programs/Python Program to Reverse a linked list.py (100%) rename Python Program to Sort Words in Alphabetic Order.py => Python Programs/Python Program to Sort Words in Alphabetic Order.py (100%) rename Python Program to Transpose a Matrix.py => Python Programs/Python Program to Transpose a Matrix.py (100%) rename python program for finding square root for positive number.py => Python Programs/python program for finding square root for positive number.py (100%) diff --git a/Program of Reverse of any number.py b/Python Programs/Program of Reverse of any number.py similarity index 100% rename from Program of Reverse of any number.py rename to Python Programs/Program of Reverse of any number.py diff --git a/Program to print table of given number.py b/Python Programs/Program to print table of given number.py similarity index 100% rename from Program to print table of given number.py rename to Python Programs/Program to print table of given number.py diff --git a/Program to reverse Linked List( Recursive solution).py b/Python Programs/Program to reverse Linked List( Recursive solution).py similarity index 100% rename from Program to reverse Linked List( Recursive solution).py rename to Python Programs/Program to reverse Linked List( Recursive solution).py diff --git a/Python Program for Product of unique prime factors of a number.py b/Python Programs/Python Program for Product of unique prime factors of a number.py similarity index 100% rename from Python Program for Product of unique prime factors of a number.py rename to Python Programs/Python Program for Product of unique prime factors of a number.py diff --git a/Python Program for Tower of Hanoi.py b/Python Programs/Python Program for Tower of Hanoi.py similarity index 100% rename from Python Program for Tower of Hanoi.py rename to Python Programs/Python Program for Tower of Hanoi.py diff --git a/Python Program for factorial of a number.py b/Python Programs/Python Program for factorial of a number.py similarity index 100% rename from Python Program for factorial of a number.py rename to Python Programs/Python Program for factorial of a number.py diff --git a/Python Program to Count the Number of Each Vowel.py b/Python Programs/Python Program to Count the Number of Each Vowel.py similarity index 100% rename from Python Program to Count the Number of Each Vowel.py rename to Python Programs/Python Program to Count the Number of Each Vowel.py diff --git a/Python Program to Display Fibonacci Sequence Using Recursion.py b/Python Programs/Python Program to Display Fibonacci Sequence Using Recursion.py similarity index 100% rename from Python Program to Display Fibonacci Sequence Using Recursion.py rename to Python Programs/Python Program to Display Fibonacci Sequence Using Recursion.py diff --git a/Python Program to Find LCM.py b/Python Programs/Python Program to Find LCM.py similarity index 100% rename from Python Program to Find LCM.py rename to Python Programs/Python Program to Find LCM.py diff --git a/Python Program to Merge Mails.py b/Python Programs/Python Program to Merge Mails.py similarity index 100% rename from Python Program to Merge Mails.py rename to Python Programs/Python Program to Merge Mails.py diff --git a/Python Program to Print the Fibonacci sequence.py b/Python Programs/Python Program to Print the Fibonacci sequence.py similarity index 100% rename from Python Program to Print the Fibonacci sequence.py rename to Python Programs/Python Program to Print the Fibonacci sequence.py diff --git a/Python Program to Remove Punctuations from a String.py b/Python Programs/Python Program to Remove Punctuations from a String.py similarity index 100% rename from Python Program to Remove Punctuations from a String.py rename to Python Programs/Python Program to Remove Punctuations from a String.py diff --git a/Python Program to Reverse a linked list.py b/Python Programs/Python Program to Reverse a linked list.py similarity index 100% rename from Python Program to Reverse a linked list.py rename to Python Programs/Python Program to Reverse a linked list.py diff --git a/Python Program to Sort Words in Alphabetic Order.py b/Python Programs/Python Program to Sort Words in Alphabetic Order.py similarity index 100% rename from Python Program to Sort Words in Alphabetic Order.py rename to Python Programs/Python Program to Sort Words in Alphabetic Order.py diff --git a/Python Program to Transpose a Matrix.py b/Python Programs/Python Program to Transpose a Matrix.py similarity index 100% rename from Python Program to Transpose a Matrix.py rename to Python Programs/Python Program to Transpose a Matrix.py diff --git a/python program for finding square root for positive number.py b/Python Programs/python program for finding square root for positive number.py similarity index 100% rename from python program for finding square root for positive number.py rename to Python Programs/python program for finding square root for positive number.py