# Introduction In the previous lessons, we learned about variables in Go. In this lesson, we will explore the concept of constants, how to use them, and why they are important. Let's dive into the world of constants. **Knowledge Points:** - What are constants - Declaring constants - The `iota` constant generator - Using constants
Click the virtual machine below to start practicing