Logic Gate full adder circuit python

前端 未结 0 1052
隐瞒了意图╮
隐瞒了意图╮ 2021-02-02 11:49

So, so far I coded like this for the LogicGate.

class LogicGate:

    def __init__(self, lbl):
        self.name = lbl
        self.output = None

    def get_lab         


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