Meeting Vera
Heyhey! I’m Vera.
One of the fundamental things your code should be able to do is remembering stuff. Well, good thing you’re meeting me — I actually have a Master’s in remembering.
Here’s what we’ll do: We save whatever we need in something called a variable. A variable can be created using the turquoise block with two white areas.
- Add it to main. The first field is the variable’s name, and I’ll talk about this int later.
- We also have to put something in the variable. Let’s connect a number for now.
- Once you added the create block, a new red block will appear that lets you recall what you saved.
Add a print block and print the variable!
Create a variable
Print it

If your code prints anything or throws an error, it will show up here.
Speed →