How can I put 2 sensors in an expression?

I was wondering if anyone knows how to put 2 sensors in an expression. for example here how would I make sensor1 also True? Thanks

sensor AND sensor1 AND cube > 1
OR:
(sensor OR sensor1) AND cube > 1

A lot of combinations are possible, and “= True” is not necessary.

thanks a lot :smiley: