A bunch of small programs written while studying Python, some may be not finished.
- allinonefunctions.py / This meant to be a short of all info about functions turned out to be just 2 of them
- bisection_ai.py / Simple game where the computer guesses your number using bisection method.
- bisection_search.py / Same as above but with quicker algorithm.
- calculator.py / Simple terminal calculator not finished 💩