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 826ec53 commit b5ffff4Copy full SHA for b5ffff4
chapter7/solutions/length_curve.py
@@ -23,4 +23,5 @@ def find_length(fx, var, a, b):
23
print('Invalid function entered')
24
else:
25
var = Symbol(var)
26
- print('Length of {0} between {1} and {2} is: {3} '.format(f, l, u, find_length(f, var, l, u)))
+ print('Length of {0} between {1} and {2} is: {3} '.
27
+ format(f, l, u, find_length(f, var, l, u)))
0 commit comments