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