Python: Return Values Question What is the core rule behind return values? (Click to reveal answer) Answer A good return value lets the caller continue the workflow with a clear next piece of information. This matters because clear return values are a sign that you understand how information flows through the program. Additional NotesWhat is the core rule behind return values? Track: Python Topic: Functions Focus: Return Values Topics: Functions Python Return Values