Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
# Introduction to Git and GitHub
Simple Interest Calculator

## Simple Interest Calculator
This is a simple Python script to calculate simple interest. It was created as part of our transition from SVN to Git and GitHub, and represents our first step in open-sourcing financial tools for low-income communities.
Formula Used

A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
Simple Interest (SI) = (Principal × Rate × Time) / 100
Usage

```
Input:
p, principal amount
t, time period in years
r, annual rate of interest
Output
simple interest = p*t*r
```

_© 2022 XYZ, Inc._
Edit and run simple_interest.py in any Python environment.
License
This project is licensed under the Apache License 2.0.