Would any body please tell how can I make the following work? ```
def test(f):
plot(f)
test(x+1)
````
![]() | 1 | initial version |
Would any body please tell how can I make the following work? ```
def test(f):
plot(f)
test(x+1)
````
![]() | 2 | None |
Would any body please tell how can I make the following work? ```
def test(f):
plot(f)
test(x+1)
````
![]() | 3 | None |
Would any body please tell how can I make the help in making following work?
```
def test(f):
plot(f)
test(x+1)
````
![]() | 4 | None |
Would any body please help in making following work?
``` work?
def test(f):
plot(f)
test(x+1)
````