We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30cf24c commit 537909dCopy full SHA for 537909d
Maths/TrapezoidalRule.py
@@ -29,7 +29,7 @@ def makePoints(a,b,h):
29
yield x
30
x = x + h
31
32
-def f(x):
+def f(x): #enter your function here
33
y = (x-0)*(x-0)
34
return y
35
0 commit comments