You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
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:
4
4
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.
12
12
13
13
Feel free to explore and modify these programs to suit your learning needs.
0 commit comments