Python Basics Iter Function

preview_player
Показать описание
Learn about the built-in iter function in python. What is an iterator in python?
Рекомендации по теме
Комментарии
Автор

name = 'David'
print(name)
##name = iter(name)
def namer(name):
named = iter(name)
for i in range(len(name)):
print(next(named))

blueicewolfgmail
Автор

You look like Jorah Mormont from Game of Thrones ;)

NOONE-ptos
Автор

have a script ready, this is painful to watch, especially when you ceased talking to type for 50 seconds straight at 5:35-6:20.

secondsight
join shbcf.ru