MCQ
Single Best Answer
Difficult
QWhich of the following statement is not true about Python functions?
ID: #20264
Create Objects in Python
95 views
Question Info
#20264Q ID
DifficultDifficulty
Create Objects in PythonTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option C
Explanation
The statement that is not true about Python functions is:
"Non-keyword arguments can be passed after keyword arguments."
In Python, non-keyword arguments (positional arguments) must be passed before keyword arguments.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic