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

def test_ifexp():
    a: i32
    b: i32
    c: bool
    a = 2
    b = 6 if a == 2 else 8
    c = True if b > 5 else False

Web Proxy Viewer  |  New URL  |  Original Page