For loop demo : For : Language Basics : Python examples (example source code) Organized by topic

C++
PHP
Python
Python Home »  Language Basics   » [  For  ]  Screenshots 
 



For loop demo




words = ['A''B''C''D''E']
for word in words:
    print word

           
       
Related examples in the same category
1.  Dictionary for loop Dictionary for loop
2.  for with else for with else
3.  Nested if demo Nested if demo
4.  Calculating compound interest. Calculating compound interest.
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.