Hints General For an overview, this section of the Python documentation: Truth Value Testing might help. Don't worry about how the arguments are derived, focus on combining the arguments to return the intended result. 1. Define if Pac-Man can eat a ghost You can use the Boolean operators to combine arguments for a result. 2. Define if Pac-Man scores You can use the Boolean operators to combine arguments for a result. 3. Define if Pac-Man loses You can use the boolean operators to combine arguments for a result. 4. Define if Pac-Man wins You can use the Boolean operators to combine arguments for a result.