asked 2020-03-29 07:38:23 +0200
updated 2020-03-29 07:40:41 +0200
Would any body please help in making following work?
def test(f): plot(f) test(x+1)
Rather add the missing "return".
answered 2020-03-29 07:54:13 +0200
never mind.. I figure this out.
def test(f): show(plot(f)) test(x+1)
Please start posting anonymously - your entry will be published after you log in or create a new account.
Add Answer
subscribe to rss feed
Asked: 2020-03-29 07:38:23 +0200
Seen: 266 times
Last updated: Mar 29 '20
Rather add the missing "return".