f | [Path 1]: | f | [Path 1]: |
| 0: Start of execution: Beginning Search | | 0: Start of execution: Beginning Search |
| 1: Searching: query(Candidate Variable_0) | | 1: Searching: query(Candidate Variable_0) |
| 2: Searching: lives_lost(Candidate Variable_1) | | 2: Searching: lives_lost(Candidate Variable_1) |
n | | n | 3: Searching: initial_lives(47) |
| | | 4: Found: initial_lives(47) |
| 3: Found: lives_lost(14) | | 5: Found: lives_lost(14) |
| 4: Searching: lives_gained(Candidate Variable_0, 14) | | 6: Searching: lives_gained(Candidate Variable_0, 14) |
| 5: Searching: _18196 is 14+46 | | 7: Searching: _5830 is 14+46 |
| 6: Found: FinalLives is 58 | | 8: Found: 60 is 14+46 |
| | | 9: Found: lives_gained(60, 14) |
| 7: Found: query(58) | {'Result': 'FinalLives = 58'} | | 10: Found: query(60) | {'Result': 'FinalLives = 60'} |
| | | |
t | The code successfully returns the final number of lives Janet has after the game events. | t | |