passing function to a function
Would any body please help in making following work?
def test(f):
plot(f)
test(x+1)
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 5 years ago
Seen: 184 times
Last updated: Mar 29 '20
Rather add the missing "return".