[lang-ref]
( basic )
>
( assign_variable )
> ( assign_without_type ) ( python )
[lang-ref] ( assign_without_type ) ( python )
def test_assign_without_type(): x = 1 assert x == 1