[lang-ref]
基本
>
変数の代入
> 変数の代入 ( 型指定なし ) ( python )
[lang-ref] 変数の代入 ( 型指定なし ) ( python )
def test_assign_without_type_check(): # x = 1 x = 1 assert x == 1