Multi Variable Assignment

Multi-Variable Assignment

x = 0
y = 0

# can be:
x, y = 0, 0