# Introduction Unlike other languages, Go only has the keyword "for" for loop statements. However, it is efficient and flexible. Let's learn about the for loop in Go. **Knowledge Points:** - For loop - For range loop
Click the virtual machine below to start practicing