Contents
Menu
Expand
Light mode
Dark mode
Auto light/dark, in light mode
Auto light/dark, in dark mode
Hide navigation sidebar
Hide table of contents sidebar
Skip to content
Toggle site navigation sidebar
Python Workshop
Toggle Light / Dark / Auto color theme
Toggle table of contents sidebar
Back to top
View this page
Edit this page
Toggle Light / Dark / Auto color theme
Toggle table of contents sidebar
Append
¶
Example:
a
=
[
1
,
2
]
print
(
a
)
a
.
append
(
3
)
print
(
a
)
# changed in place