Assigning Consecutive Values : Variable Assign : Language Basics : Python examples (example source code) Organized by topic

C++
PHP
Python


Python  »  Language Basics   » [  Variable Assign  ]  Screenshots 
 



Assigning Consecutive Values





print range(7)                                                                    

(MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY= range(7

print MONDAY                                                                      

print TUESDAY 

print SUNDAY 
           
       
Related examples in the same category
1.  Assigning Multiple Values at Once Assigning Multiple Values at Once
























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