When printing text, we usually just print by enclosing our text in quotation marks (“) then using the print() function to print those.
However, we can also store text in variables, similar to how we store sensor values from the Beginner section.
To do this, simply use the variable = value block. To start, let’s store the text “Hello World” into a variable simply called text.