Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.02 KB

File metadata and controls

26 lines (15 loc) · 1.02 KB

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

2. Define if Pac-Man scores

3. Define if Pac-Man loses

4. Define if Pac-Man wins