[lang-ref] ( comment_multi_line ) ( python )

def test_comment_multi_line():
    a = 1
    '''
    multi line comment
    a += 1
    a += 1
    '''
    assert a == 1