Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

passing function to a function

Would any body please tell how can I make the following work? ```

def test(f):
 plot(f)

test(x+1)

````

passing function to a function

Would any body please tell how can I make the following work? ```

def test(f):
 plot(f)

test(x+1)

````

passing function to a function

Would any body please tell how can I make the help in making following work? ```

def test(f):
 plot(f)

test(x+1)

````

passing function to a function

Would any body please help in making following work? ``` work?

def test(f):
 plot(f)

test(x+1)

````