calculate simple interest #15121
Annotations
10 errors
|
Ruff (W293):
simple_intrest.py#L20
simple_intrest.py:20:1: W293 Blank line contains whitespace
|
|
Ruff (ARG001):
simple_intrest.py#L14
simple_intrest.py:14:33: ARG001 Unused function argument: `col_separator`
|
|
Ruff (N806):
simple_intrest.py#L12
simple_intrest.py:12:9: N806 Variable `simpleInterest` in function should be lowercase
|
|
Ruff (N806):
simple_intrest.py#L9
simple_intrest.py:9:5: N806 Variable `getFloat` in function should be lowercase
|
|
Ruff (W293):
simple_intrest.py#L8
simple_intrest.py:8:1: W293 Blank line contains whitespace
|
|
Ruff (ARG001):
simple_intrest.py#L7
simple_intrest.py:7:22: ARG001 Unused function argument: `low`
|
|
Ruff (N806):
simple_intrest.py#L5
simple_intrest.py:5:5: N806 Variable `returnLoan` in function should be lowercase
|
|
Ruff (W293):
simple_intrest.py#L4
simple_intrest.py:4:1: W293 Blank line contains whitespace
|
|
Ruff (ARG001):
simple_intrest.py#L3
simple_intrest.py:3:20: ARG001 Unused function argument: `low`
|
|
Ruff (I001):
simple_intrest.py#L2
simple_intrest.py:2:1: I001 Import block is un-sorted or un-formatted
|