Skip to content

Commit 962a77c

Browse files
authored
Update README.md
1 parent 19094bd commit 962a77c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@
4646
| [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
---
49+
50+
## Requirements :
51+
- ✅ Must Know how to use IDEs (Example VS Code,PyCharm,Sublime Text,Zed Etc)
52+
- ✅ Learn print(), F-strings, Variables, Data types, lower()
53+
- ✅ Learn Logical Operations
54+
- ✅ Learn if-else-elif statements
55+
- ✅ Learn input() function
56+
- ✅ Learn Looping, While Loops
57+
- ✅ Basic Arithmetic Operations
58+
- ✅ Learn Nested if-else-elif statements
59+
- ✅ Learn "and" "or" "not" conditions
60+
- ✅ Learn integer,float,Strings, and Boolean Expressions
4961
### Tips :
5062
- ✅ Make a Dump folder that can be used to test small code
5163
- ✅ Make a Test Folder for Testing the Project and then finally add the complete code on outside this folders
@@ -61,5 +73,5 @@
6173
- [ ] Add more Links
6274

6375
## 📦License :
64-
This Repo is under [MIT](https://github.com/Mr-DS-ML-85/extreme-beginner-python-projects/blob/main/LICENSE) License
76+
#### This Repo is under [MIT](https://github.com/Mr-DS-ML-85/extreme-beginner-python-projects/blob/main/LICENSE) License
6577

0 commit comments

Comments
 (0)