DEV Community

Cover image for Day 9 of 90 Days Free Python Code Scripts for Beginners – Build a Result Calculator
momina raheel (Moona)
momina raheel (Moona)

Posted on

Day 9 of 90 Days Free Python Code Scripts for Beginners – Build a Result Calculator


I’m on Day 9 of my “90 Days Free Python Code Scripts for Beginners” series, and today’s project is a Result Calculator in Python! 🎯

This script:
– Lets you enter marks for any number of subjects

– Calculates total marks, percentage & grade automatically

– Is fully commented so you can understand every step

It’s free and open source under the MIT License.

🚀 How to try it out

https://github.com/shadowMomina/day9_result_calculator.py.git
cd day9_result_calculator.py

Top comments (0)