Skip to content

Assignment

Assignment operator (=) can be used to set a new value to a variable.

Syntax
variable = expr
Example
a = 3
b = 4