Multipel assignment (2)

Meaning of "=" is

  • equality in mathematics

  • assignment in Python

Note that some other programming languages write assignment as

bruce <- 7

while in Python it is

bruce = 7