# Introduction Welcome gophers to this new chapter. In this section, we will learn about numerical types. The content includes commonly used integer types, floating-point types, boolean types, as well as complex numbers and the literal value syntax added in version 1.13. **Knowledge Points:** - Integer types - Floating-point types - Boolean types - Complex numbers - Literal value syntax
Click the virtual machine below to start practicing