Skip to content

Commit aa71ff6

Browse files
authored
Update README.md
1 parent 3ffec9c commit aa71ff6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939

4040
| 🛠️🎯Project Name | 📜Description | 📂File name | 📚Used Libraries |
4141
| :-----------------: | :--------------------------------------------------------------------------------------------------------: | ---------------------- | :------------: |
42-
| Age Checker | Checks age about young,adult,senior citizen | age_checker.py | N/A |
43-
| Day of the week Bot | ask for a number (1–7) and tell what day it is. eg .<br>(1 = Monday, 7 = Sunday) | Day_of_the_Week_Bot.py | N/A |
44-
| Fake Login System | Ask for username and password.<br>Use `if` to check if they match your stored values.. | fake_login_system.py | N/A |
45-
| Number Guessing | Ask the user to guess a number.<br> <br>Use `if` to say “too high” / “too low” / “correct”. | number_guessing.py | N/A |
46-
| Simple Calculator | - Ask for two numbers and an operator (+, -,*, /, ** ).<br> <br>- Use `if` to perform the calculation. | simple_calculator.py | N/A |
42+
| [Age Checker](https://github.com/Mr-DS-ML-85/extreme-beginner-python-projects/blob/main/projects/age_checker.py) | Checks age about young,adult,senior citizen | age_checker.py | N/A |
43+
| [Day of the week Bot](https://github.com/Mr-DS-ML-85/extreme-beginner-python-projects/blob/main/projects/Day_of_the_Week_Bot.py) | ask for a number (1–7) and tell what day it is. eg .<br>(1 = Monday, 7 = Sunday) | Day_of_the_Week_Bot.py | N/A |
44+
| [Fake Login System](https://github.com/Mr-DS-ML-85/extreme-beginner-python-projects/blob/main/projects/fake_login_system.py) | Ask for username and password.<br>Use `if` to check if they match your stored values.. | fake_login_system.py | N/A |
45+
| [Number Guessing](https://github.com/Mr-DS-ML-85/extreme-beginner-python-projects/blob/main/projects/number_guessing.py) | Ask the user to guess a number.<br> <br>Use `if` to say “too high” / “too low” / “correct”. | number_guessing.py | N/A |
46+
| [Simple Calculator](https://github.com/Mr-DS-ML-85/extreme-beginner-python-projects/blob/main/projects/simple_calculator.py) | - Ask for two numbers and an operator (+, -,*, /, ** ).<br> <br>- Use `if` to perform the calculation. | simple_calculator.py | N/A |
4747

4848
---
4949
### Tips :

0 commit comments

Comments
 (0)