relabel# BinTreeNetworkX.relabel(node_id: int, new_label: str)# Relabel a node of the tree. Parameters# node_idintThe id of the node to relabel. new_labelstrThe new label of the node.