
Featured
- 
        
No Featured Found!
 
Tags
How to create tuples in python?
                      In python, tuples is just like a list but little differ form list, To say correctly tuples is a sequence of immutable Python objects and it can not be change just like a list also tuples use parentheses.
Creating a tuple is as simple you have to... 
                      
        
        