This website requires JavaScript.
Explore
Help
Sign In
OpenSoure_Repos
/
TheAlgorithms-Python
Watch
1
Star
0
Fork
0
You've already forked TheAlgorithms-Python
mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced
2023-10-11 13:06:12 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0856a61859
TheAlgorithms-Python
/
data_structures
/
Arrays.py
4 lines
46 B
Python
Raw
Normal View
History
Unescape
Escape
Update Arrays
2018-03-01 21:28:00 +08:00
arr
=
[
10
,
20
,
30
,
40
]
arr
[
1
]
=
30
Update Arrays
2018-03-02 13:46:05 +08:00
print
(
arr
)
Reference in New Issue
Copy Permalink