[lang-ref] ( string_repeat ) ( python )

def test_string_repeat():
    assert 'Camera!' * 3 == 'Camera!Camera!Camera!'