Guest User

Untitled

a guest
Dec 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. There has been a murder! We've taken statements from four suspects:
  2. Miss Henson says: "I'm innocent!"
  3. General Mattis says: "Professor Bernstein is guilty!"
  4. Mrs. Humphrey says: "General Mattis is guilty!"
  5. Professor Bernstein says: "I'm innocent!"
  6. Only one of them is telling the truth. You must determine which one.
  7.  
  8. suspect('Miss Henson', 1).
  9. suspect('General Mattis', 2).
  10. suspect('Mrs. Humphrey', 3).
  11. suspect('Professor Bernstein', 4).
Add Comment
Please, Sign In to add comment