Symbol used to give a value to a variable.
Details
🤖 Pseudocode
score = 100 # assigns (stores) the value 100 to the variable score
Related Actions
- Used in: Assign a Value to a Variable
Symbol used to give a value to a variable.
🤖 Pseudocode
score = 100 # assigns (stores) the value 100 to the variable score