Robotics & Artificial Intelligence
Python allows you to combine different types of arguments in a function call.
Python Functions
1 Like
Answer
True
Reason — Python provides different types of arguments such as fixed length arguments, variable length arguments (*args and **kwargs), and default arguments. Python allows the use of different types of arguments together in a function call.
Answered By
1 Like