Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Assignment Operator: Difference between revisions

From Groundhog Learning
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