1from lcapy import R
2N = (R(1) + R(2) + R(3)) | (R(4) + R(5))
3N.draw(label_values=True)
4