CBSE Class 12 Computer Science Question 94 of 101

Functions — Question 6

Back to all questions
6
Question

Question 6

In Python, function arguments are required and we cannot define a function without them.

Answer

False

Reason — Python allows defining functions without specifying any arguments. These functions are known as functions with no parameters or parameterless functions.