Skip to main content
TyperLab
Beta
Home
Learn
Practice
Code Typing
Leaderboard
Progress
EN
RU
Go Typing Practice
Open course
Go / Syntax / Loops
Basic for loop
1 / 2
—
CPM
—
Accuracy
0
Errors
00:00
Time
basic-for-loop.go
Start typing to begin
Help
A−
30
A+
Tab ⇥
Enter ↵
Start typing to begin
Start typing to begin for i := 0; i < 10; i++ { fmt.Println(i) }
1
f
o
r
i
:
=
0
;
i
<
1
0
;
i
+
+
{
2
f
m
t
.
P
r
i
n
t
l
n
(
i
)
3
}
Go
0 CPM
0 WPM
—
0 errors
00:00
0 / 43
Previous
1 / 2
Next exercise