Reformulate (or update) a Sympy boolean expression

后端 未结 0 1832
面向向阳花
面向向阳花 2021-02-05 17:37

I\'ve tried the following:

>>> from sympy import *
>>> a, b, c = symbols(\'a b c\')
>>> expression = a & b
>>> b = ~a &         


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