8000 Expand depreciation by michaelnathanroberts · Pull Request #12808 · TheAlgorithms/Python · GitHub
[go: up one dir, main page]

Skip to content

Expand depreciation #12808

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

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 25, 2025
commit ef9c3c9d887c6f2621ab4e25a6dcabd4aa60bcec
3 changes: 2 additions & 1 deletion financial/depreciation.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,5 @@ def sum_of_years_digits_depreciation(

if __name__ == "__main__":
import doctest
doctest.testmod()

doctest.testmod()
Loading
0