This doesn't work currently: ``` if last_node.key == key { found = True() } else if not(last_node.next is None) { } ```
This doesn't work currently: