Предмет: Информатика, автор: sofia119191sofianvdo


Расположи в правильном порядке результат выполнения следующего кода.
demolist = ['life',42, 'the universe', 6,'and',7,'everything']
for item in demolist:

print ("The Current item is: %s" % item)
The Current item is: 7
The Current item is: 42
The Current item is: life
The Current item is: everything
The Current item is: 6
The Current item is: and
The Current item is: the universe

Ответы

Автор ответа: ivanh16
28

Ответ:

The Current item is: life

The Current item is: 42

The Current item is: the universe

The Current item is: 6

The Current item is: and

The Current item is: 7

The Current item is: everything


nizamovashlokhon: Правильно, спасибо
ormanbekovaan95: спасибо
nurbolzamagambetov: Благодарю
Похожие вопросы
Предмет: Русский язык, автор: Sergey22945
Предмет: Математика, автор: bumbum17