Loop can be applied to any 'iterable' object : Iterable Object : Buildin Function PYTHON examples


PYTHON examples » Buildin Function » Iterable Object »

 

Loop can be applied to any 'iterable' object


Loop can be applied to any 'iterable' object


str = "foo"

for char in str:
     print char

           
       



    Related Scripts with Example Source Code in same category :

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo Buildin Function
» Iterable Object