Robotics & Artificial Intelligence
All other arguments to the right side of default argument must also have default values.
Python Functions
1 Like
Answer
True
Reason — Non-default arguments should not follow default arguments. This means that once a default argument is specified in a function definition, all arguments to its right must also have default values.
Answered By
2 Likes