KnowledgeBoat Logo

Computer Science

A void function also returns a value i.e., None to its caller.

Python Functions

3 Likes

Answer

True

Reason — A void function do not return a value but they return a legal empty value of Python i.e., None to its caller.

Answered By

3 Likes


Related Questions