xref
: /
AliOS-Things-master
/
components
/
py_engine
/
tests
/
basics
/
list_copy.py
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# list copy tests
2
a
= [
1
,
2
, []]
3
b
=
a
.
copy
()
4
a
[-
1
].
append
(
1
)
5
a
.
append
(
4
)
6
print
(
a
)
7
print
(
b
)
8
Navigate Window
x
Variable
a
b
Scopes Window
x
Intelligence window
x
Next >>
|
<< Prev
In current file
Highlight
Unhighlight
Unhighlight all
In project "undefined"
Search for definitions of
Search for references of
Do a full search with
Search for file names that contain
On Google
Google
Messages Window
x