What is a void function in Python?
function that can only be called once.
function that returns None.
None
function that does not return any value.
function that returns a string.