Difference between revisions of "Python list structure"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
  your_list.pop()
 
  your_list.pop()
  
Methods:
+
[[Methods]]:
 
  list.[[append]]
 
  list.[[append]]
 
  list.[[insert]]
 
  list.[[insert]]
Line 18: Line 18:
 
* [[Set]]
 
* [[Set]]
 
* [[Python array structure]]
 
* [[Python array structure]]
 +
* [[Linked list]]
  
 
== See also ==
 
== See also ==
 +
* {{list}}
 
* {{Python}}
 
* {{Python}}
  
 
[[Category:Python]]
 
[[Category:Python]]

Latest revision as of 05:05, 13 November 2024

Advertising: