This repository contains solutions to practice problems from the IN1900 course.
The exercises are mainly about simple Python calculations, loops, and basic programming techniques.
Find_root.py
– Example code for solving quadratic equations.- More files will be added as I work through the exercises.
These scripts are based on the IN1900 exercises, and are meant for learning and practicing Python.