KnowledgeBoat Logo
|

Computer Science

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

Python Functions

3 Likes

Answer

False

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

Answered By

3 Likes


Related Questions