assignement Statements Py

PHOTO EMBED

Sat May 30 2020 18:19:42 GMT+0000 (Coordinated Universal Time)

Saved by @bmweinstein

assignment_stmt ::=  (target_list "=")+ (starred_expression | yield_expression)
target_list     ::=  target ("," target)* [","]
target          ::=  identifier
                     | "(" [target_list] ")"
                     | "[" [target_list] "]"
                     | attributeref
                     | subscription
                     | slicing
                     | "*" target
content_copyCOPY

https://docs.python.org/3/reference/simple_stmts.html