Skip to content

Commit 922369f

Browse files
committed
update README.md
1 parent 7af4166 commit 922369f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
This repository contains a collection of Python programs demonstrating various concepts and solutions. Below is a list of the included programs with links to their respective files:
44

5-
1. **[Add Two Numbers](add_two_numbers.py)**: A program to compute the sum of two user-provided numbers.
6-
2. **[Calculate Square Root](calculate_square_root.py)**: A program to compute the square root of a user-provided number using both manual and library methods.
7-
3. **[Check Leap Year](check_leap_year.py)**: A program to determine if a given year is a leap year.
8-
4. **[Check Prime Number](check_prime_number.py)**: A program to check if a given number is prime.
9-
5. **[Quiz Game](quiz_game.py)**: A simple quiz game that asks the user a question and evaluates their response.
10-
6. **[Swap Two Variables](swap_two_variables.py)**: A program to demonstrate two methods for swapping the values of two variables.
11-
7. **[Two Sum [LeetCode]](two_sum.py)**: A solution to the LeetCode "Two Sum" problem, which returns the indices of two numbers that add up to a target value.
5+
1. **[Add Two Numbers](Programs/AddTwoNumbers.py)**: A program to compute the sum of two user-provided numbers.
6+
2. **[Calculate Square Root](Programs/CalculateSquareRoot.py)**: A program to compute the square root of a user-provided number using both manual and library methods.
7+
3. **[Check Leap Year](Programs/CheckLeapYear.py)**: A program to determine if a given year is a leap year.
8+
4. **[Check Prime Number](Programs/CheckPrimeNumber.py)**: A program to check if a given number is prime.
9+
5. **[Quiz Game](Programs/QuizGame.py)**: A simple quiz game that asks the user a question and evaluates their response.
10+
6. **[Swap Two Variables](Programs/SwapTwoVariables.py)**: A program to demonstrate two methods for swapping the values of two variables.
11+
7. **[Two Sum [LeetCode]](Programs/TwoSum.js)**: A solution to the LeetCode "Two Sum" problem, which returns the indices of two numbers that add up to a target value.
1212

1313
Feel free to explore and modify these programs to suit your learning needs.

0 commit comments

Comments
 (0)