标签: python logical-operators
有没有快速的方法(库函数)在不使用eval的情况下在python中评估类似下面的表达式? (使用eval评估字符串看起来很危险)
var1 = True var2 = False expression = "var1 | var2"