We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a7f8b commit c19689eCopy full SHA for c19689e
0x01-python-if_else_loops_functions/102-magic_calculation.py
@@ -5,4 +5,4 @@ def magic_calculation(a, b, c):
5
elif c > b:
6
return a + b
7
else:
8
- return a * b -c
+ return a * b - c
0 commit comments