List value assignment and index reference : List Indexing : List PYTHON examples


PYTHON examples » List » List Indexing »

 

List value assignment and index reference


List value assignment and index reference
 

L1 = [2,3,4]
L2 = L1
L1[024


print L2


           
         
  



Leave a Comment / Note


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


PYTHON examples

 Navioo List
» List Indexing