What is a variable?
A variable is a name for a value. You assign with = and reuse the name.
Python
Note: You can click
Editto modify Python scripts orRunto execute them directly on the page. Try it out with the code block above!
Variables make code readable and let you change a value in one place.
No comments yet. Add the first comment to start the discussion.