Hi,
in the test for the tax calculation is an error:
for the amount of 10100200 I get the following error message:
FAIL: PythonEditorTest: test_values
Output
Amount of tax: 1694034.0 euros/when input is 10100200
does not contain correct result
Amount of tax: 1689134.0 euros
when input is 10100200
The error is not according to the description for the code.
When I adapt my code to get the assignment passed, another error message shows:
So it is impossible to get the assignment approved.
Please have a look at the test.
Hi,
in the test for the tax calculation is an error:
for the amount of 10100200 I get the following error message:
FAIL: PythonEditorTest: test_values
Output
Amount of tax: 1694034.0 euros/when input is 10100200
does not contain correct result
Amount of tax: 1689134.0 euros
when input is 10100200
The error is not according to the description for the code.
When I adapt my code to get the assignment passed, another error message shows:
So it is impossible to get the assignment approved.
Please have a look at the test.