Skip to content
Closed

Easy #39832

Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.
This is nice change for the testing..
asdf
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Output
simple interest = p*t*r
```

2022 XYZ, Inc._
2025 XYZ, Inc._ TRhisi sSankar.a
3 changes: 3 additions & 0 deletions compound_interest.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ def compound_interest(p, t, r):
r = float(input("Enter the rate of interest: "))

print("The compound interest is {:.2f}".format(compound_interest(p, t, r)))

#Sankar.
pritn"I am making this change")