[lang-ref] 変数の代入 ( 型指定なし ) ( python )

def test_assign_without_type_check():
    # x = 1

    x = 1
    assert x == 1