Elementary | Middle
Middle | High
AI
Use Cases
Teaching
Tools
Explore our languages
Start a new project
Open a blank sandbox in any language.
Company
Community
Explore
Click on one of our programs below to get started coding in the sandbox!
View All
When two variables refer to the same object in memory. For example: ``` first = [1, 2, 3] second = first first is second # prints true because both refer to the **same** list ```