We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44d0a8 commit b13ce58Copy full SHA for b13ce58
maths/weddles_rule.py
@@ -146,4 +146,4 @@ def compute_solution(add: list, table: list, step_size: float) -> float:
146
solution = compute_solution(add, table, h)
147
acc *= 10
148
149
- print(f'Solution: {solution}')
+ print(f"Solution: {solution}")
0 commit comments