Explain why functions are needed in programming. Then, provi…

Explain why functions are needed in programming. Then, provide a brief example illustrating when you would use a function that returns a value versus one that does not. Finally, state what value is returned by a function that does not explicitly include a return statement. (you can use Python Sandbox)