[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/sainivedh/lpython/main/tests/runtime_errors/test_assert_03.py [Back]  [Original]

def f():
    g()

def g():
    assert False

def main():
    f()

main()

Web Proxy Viewer  |  New URL  |  Original Page