More actions
Updated via bot |
(No difference)
|
Revision as of 15:59, 21 October 2025
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