-
-
Notifications
You must be signed in to change notification settings - Fork 359
Updated CompundInterest.py and added readme.md #467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated CompundInterest.py and added readme.md #467
Conversation
Fixed some typos and also add f string for smoothness. Added a readme file.
@Copilot
Copilot
AI
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes typos and improves string formatting in a compound interest calculator, while adding documentation. The changes focus on correcting spelling errors and modernizing the output formatting with f-strings.
- Fixed spelling error in user prompt ("investin" → "investing")
- Modernized string formatting by replacing
.format()
with f-string - Added a README file to document the project
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
Calculate Compound Interest/readme.md | Added new documentation file describing the compound interest calculator |
Calculate Compound Interest/calculateCompoundInterest.py | Fixed typo in user prompt and updated string formatting to use f-strings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The word 'Calulate' is misspelled. It should be 'Calculate' to match the directory name and maintain consistency.
Copilot uses AI. Check for mistakes.
Uh oh!
There was an error while loading. Please reload this page.
PR Title
Compound Interest.py
Summary
summary...
Description
The changes are as follows:
Checks
in the repository
in the PR
Thank You,
Aryan Tiwari