This test case: ``` (x > 10 and ("hello" + "world" == "helloworld" or x % 3 == 0)) or (x < 5 and "foo" in "foobar") #EXPECT:True ``` works in logics-js but not in logics-py Here is a screenshot with both cases: 