Задание №2 What is the output of the following code?

i = 1

while i < 2 ** 3:

___print(i)

___i *= 2

1

2

3

4

5

6

1

2

4

1

2

3

4

5


Задание №2 What is the output of the following code?i = 1while i < 2 ** 3:___print(i)___i *= 2123

yanakrl1 yanakrl1    2   21.04.2021 07:24    2

Другие вопросы по теме Информатика