Add encryption/decryption examples (pycryptodome, AES256 CFB mode)
Add 1st OOP example: bmi-4-oop.py - with class and methods - without exception handling
Add 2nd addition-quiz example: addition-quiz-2.py - with exception handling - test with pytest
Add Turtle example: triangle.py
Add Turtle example: mandala.py
- Add sysinfo
- Add two-points-distance
- Add text handling examples:
- Read text from a file
- Write text to a file
- Add quadratic-equation
- Add first examples:
- bmi
- fahrenheit-converter
- hex-to-digit
- addition-quiz
- palindrome