[lang-ref]
Basic
>
Assign variable
> Assign without type ( python )
[lang-ref] Assign without type ( python )
def test_assign_without_type_check(): # x = 1 x = 1 assert x == 1