[lang-ref] ( implicit_variable_in_loop ) ( python )

def test_implicit_variable_in_loop():
    # -
    # something like '$_' in perl: `for (@list) { say $_; }`
    pytest.skip('Not supported')