Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 362 Bytes

multiple_assignment.md

File metadata and controls

5 lines (3 loc) · 362 Bytes

Multiple assignment

TODO: ADD MORE

  • Python allows multiple assignment, assigning the items on the left of = in order to the values on the right of = by forming tuples and then "unpacking" them. This exercise solution uses multiple assignment for the constant values NORTH, EAST, SOUTH, WEST. robot-simulator