[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/Harsh324/lpython/main/tests/expr2.py [Back]  [Original]

def test_boolOp():
    a: bool
    b: bool
    a = False
    b = True
    a = a and b
    b = a or True
    a = a or b
    a = a and b == b
    a = a and b != b
    a = b or b

Web Proxy Viewer  |  New URL  |  Original Page