I have the header that looks like this:
Expand|Select|Wrap|Line Numbers
- import sys
- sys.argv[1,2,3,4]
find_root.py find_root('x**2 - 2, 0, 3, .0001) and it would work? Assuming that my arguments and the function itself is correct. I'm only looking at the command line arguments right now.
Thank you