Data Structures in python in hindi ( Tuple ) python programming language

Data Structures in python
  
  Python मैं 4 basic data structures है 
1 Tuple
2 List
3 Dictionary
4 Set

  Tuple 
      Tuple is an order collection of elements within () 

   आप different elements एक Tuple () के अंदर store कर सकते हो और वो एक order मैं store होंगे और एक बार आपका tuple बन जाये तो उसको आप बाद मैं change नही कर सकते । 

Extracting individual elements 

Modifying a Tuple

Tuple basic Operation

Tuple Functions 


Post a Comment

0 Comments