Learn
You made it to the end of the lesson! High five. ๐
Here is a review of the lesson:
- A variable represents a particular piece of your computerโs memory that has been set aside for you to use to store, retrieve, and manipulate data.
- Emojicode basic data types include:
๐ข
: integer numbers๐ฏ
: decimal numbers๐ค
: text strings๐
: truth values (๐
/๐
)
โก๏ธ
indicates assignment.- Arithmetic operators include
โ
,โ
,โ๏ธ
,โ
,๐ฎ
. - Compound assignment operators include
โฌ ๏ธโ
,โฌ ๏ธโ
,โฌ ๏ธโ๏ธ
,โฌ ๏ธโ
,โฌ ๏ธ๐ฎ
.
Instructions
Feel free to play around in the code editor before moving on.
Take this course for free
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.