When your function takes many arguments, it can be a good idea to simplify it by using partial functions.
I wish I had time to do Logo again (turtle graphics).
Here's my weekly dose of science: https://www.thunderbolts.info/forum3/phpBB3/viewtopic.php?f=5&t=26&p=8469#p8469
And a less frequent dose: https://substack.com/profile/98340589-len-kinder
def quadratic(x, a, b, c = 1): achieves the same thing without requiring an import right?
I wish I had time to do Logo again (turtle graphics).
Here's my weekly dose of science: https://www.thunderbolts.info/forum3/phpBB3/viewtopic.php?f=5&t=26&p=8469#p8469
And a less frequent dose: https://substack.com/profile/98340589-len-kinder
def quadratic(x, a, b, c = 1): achieves the same thing without requiring an import right?