This repository contains a sample Python script that calculates Simple Interest.
It was created as part of our micro-finance startup’s initiative to transition from Subversion (SVN) to GitHub, while following open-source best practices.
- Demonstrate the migration of code from SVN to GitHub.
 - Provide a simple example for learning Git workflows.
 - Build a foundation for open-source collaboration within our community.
 - Support our mission of empowering low-income individuals with financial tools and knowledge.
 
A calculator that calculates simple interest given principal, annual rate of interest and time period in years. Input: p, principal amount t, time period in years r, annual rate of interest Output simple interest = ptr