We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ca1cb commit dcb084aCopy full SHA for dcb084a
code_to_optimize/many_formatting_errors.py
@@ -144,4 +144,4 @@ def process(self):
144
complex_result=complex_nested_function(5,3,2)
145
146
print(f"Statistics: mean={stats['mean']:.2f}, std_dev={stats['std_dev']:.2f}")
147
- print(f"Complex calculation result: {complex_result}")
+ print(f"Complex calculation result: {complex_result}")
0 commit comments