set_left_child# BinTreeNode.set_left_child(node: Node | None) → None# Set the left child of the node. The previous left child does not point to this node after this method call, and instead node does. Parameters# nodeThe new left child.