×
×
Correct!
Use the correct keyword to iterate over a sequence of numbers.
@(3) (x in 1:10) {
print(x)
}
for (x in 1:10) {
print(x)
}
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 40 exercises.
Are you sure you want to continue?