Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hello I need assistance with the code below Help me compose a function called sydTable(cost, salvage, life) that accepts three parameters: cost, salvage, life. This

Hello I need assistance with the code below

image text in transcribed

Help me compose a function called sydTable(cost, salvage, life) that accepts three parameters: cost, salvage, life. This Function should print out the SYD depreciation table for these three parameters. I need to print out the table with the following specified column widths and alignment. This means the printout must be as the way mine is.

1.py X 2074 P5 Homework 6 (Loops) - CUsers mokw\Pycharm Projects Homework 6 (Loops)] - ... 1.py - PyCharm Edu 3.0 Eile Edit View Navigate Code Help Project Homework 6 (Loops) C:\Users\mokw\Pycharm # See http://www.excel-easy.com/examples/depreciation.html#syd for Syd deprecation 1.py 2 # table. . External Libraries 3 # See https://www.digitalocean.com/community/tutorials/how-to-use-string-formatters-in-python-3 * for formatting a string in Python 3. 5 6 def sydTable (cost, salvage, life): 7 7 8 9 10 11 12 13 14 15 16 17 18 19 sydTable (10000, 1000, 10) 20 sydTable (20000, 1000,7) Run1 Year Deprecation Book value at year end 1 1636.36 8363.64 2 1472.73 6890.91 3 1309.09 5581.82 1425 4 1145.45 4436.36 mac 5 981.82 3454.55 55 casas 6 818.18 2636.36 7 654.55 10072 1981.82 . 490.91 1490.91 2. 9 327.27 1163.64 1168 ? 10 162 10000 S. 163.64 1000.00 Year Deprecation Book value at year end 1 4750.00 15250.00 2 19420 11178.57 3 3392.86 7785.71 4 2714.29 5071.43 5 2035.71 3035.71 6 1357.14 1678.57 7 678.57 1000.00 A= FOX N. Process finished with exit code o Python Console 4 4: Run

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Why is the System Build Process an iterative process?

Answered: 1 week ago