Модуль: (Python) Loops. Loop with counter - for


Задача

7/15

How many times will the loop body be executed? - 2

Задача

The cycle header looks like this:
for i in range(10, 101, 7):
  #loop body
How many times will the body of the loop be executed?

Выберите правильный ответ, либо введите его в поле ввода

Комментарий учителя