Closed lzblack closed 3 years ago
https://github.com/michael4227/OIM3640/blob/2c474d5fca804cd7fb20eb25c6c8eb29d1c37b43/session05/quadratic.py#L6-L10
Why print/return a, b, c (which are given in function)?
Please always test the function you create.
Hi professor, I modified the code and it is working now. I put brackets at the wrong place and did not understand the return function when I was first writing it
https://github.com/michael4227/OIM3640/blob/2c474d5fca804cd7fb20eb25c6c8eb29d1c37b43/session05/quadratic.py#L6-L10
Why print/return a, b, c (which are given in function)?