You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ast.AnnAssign proves typed assignments (a: int = 1).
It is slightly different structure from ast.Assign as there is only one target instead of an array of targets, and includes an annotation which could be ignored initially.
The text was updated successfully, but these errors were encountered:
ast.AnnAssign
proves typed assignments (a: int = 1
).It is slightly different structure from
ast.Assign
as there is only onetarget
instead of an array oftargets
, and includes anannotation
which could be ignored initially.The text was updated successfully, but these errors were encountered: