A void function also returns a value i.e., None to its caller.
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.
None