Ответ:
1)for ,
2)итерация ,
3)это позволяет упростить код, удалив повторяющиеся шаги ,
4)существует 3 вида итерации: определенная.. , Циклы определенных итераций часто называют циклами while ,
5)Итерация - это объект , который может быть описан как повторяющийся , Итерация - это объект который можно охарактиризовать как повторяющийся ,
6)string , list ,
7)iter(['foo', 'bar', 'baz]) - #list
iter (('foo', 'bar', 'baz)) - #tuple
iter ({'foo', 'bar', 'baz}) - #set
iter ({'foo': 1, 'bar': 2, 'baz':3}) - #dict (обратите внимание на скобки)
8)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
9)mylist = [python', ... - pyton progtamming examples programs
mylist = [examples', ... - examples programming python programs
mydictionary = {'name':'puthon", 'category' ... - name : python category : programming topic : examples
mydictionary = {'name':'python' , 'topic' ... - name: python topic : examples category: programming
Объяснение:
У нас могут быть разные задания , прошу вас , читайте задания и сравнивайте ответы. Всего хорошего!)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
1)for ,
2)итерация ,
3)это позволяет упростить код, удалив повторяющиеся шаги ,
4)существует 3 вида итерации: определенная.. , Циклы определенных итераций часто называют циклами while ,
5)Итерация - это объект , который может быть описан как повторяющийся , Итерация - это объект который можно охарактиризовать как повторяющийся ,
6)string , list ,
7)iter(['foo', 'bar', 'baz]) - #list
iter (('foo', 'bar', 'baz)) - #tuple
iter ({'foo', 'bar', 'baz}) - #set
iter ({'foo': 1, 'bar': 2, 'baz':3}) - #dict (обратите внимание на скобки)
8)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
9)mylist = [python', ... - pyton progtamming examples programs
mylist = [examples', ... - examples programming python programs
mydictionary = {'name':'puthon", 'category' ... - name : python category : programming topic : examples
mydictionary = {'name':'python' , 'topic' ... - name: python topic : examples category: programming
Объяснение:
У нас могут быть разные задания , прошу вас , читайте задания и сравнивайте ответы. Всего хорошего!)