Python Language List: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 3: Line 3:


=Overview=
=Overview=
A list is a mutable [[Python_Language#Sequence_Types|sequence type]] that contains zero or more elements and whose elements can be of different types.
=Organizatorium=
<font color=darkkhaki>
<font color=darkkhaki>



Revision as of 04:33, 20 January 2022

Internal

Overview

A list is a mutable sequence type that contains zero or more elements and whose elements can be of different types.

Organizatorium

l.append()