python : binary trees times two function

前端 未结 0 391
独厮守ぢ
独厮守ぢ 2020-12-20 01:00
from tree import Node, leaf
from expr_parser import parse
from typing import Optional

def opt_times_two(e:Optional[Node])->Optional[Node]:
    if e.left != e.rig         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题