passing function to a function
Would any body please help in making following work?
def test(f):
plot(f)
test(x+1)
Would any body please help in making following work?
def test(f):
plot(f)
test(x+1)
Asked: 5 years ago
Seen: 175 times
Last updated: Mar 29 '20
Rather add the missing "return".