This repository is my compiled notes about the basic in Python.
This will not cover all the basics of "Python", but it will be enough to cover the areas of the basics of Python.
Notes by: Abbey Santos
- [✔️] Basics
- [✔️] Functions
- [✔️] String and operators
- [✔️] Conditions and Loops
I created this exercise to assess my knowledge of the fundamentals.
- [✔️] Basics
- [✔️] Functions
- [✔️] Input Functions
- [✔️] Classes
- [✔️] Conditionals
- [✔️] Loops
- [✔️] Computing Age
- [✔️] Math Game
- [✔️] Odd or Even using If else Statement
- [✔️] Odd or Even using While Loop
- [✔️] Summation Program