[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/sak-codes/lpython/main/tests/expr5.py [Back]  [Original]

def test_StrOp_concat():
    s: str
    s = '3' + '4'
    s = "a " + "test"
    s = 'test' + 'test' + 'test'

Web Proxy Viewer  |  New URL  |  Original Page