ICT (10th Grade)
Variables in Python
What is the correct syntax to assign a value to a variable in Python?
variable = value
value = variable
variable:value
value:variable