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
b21fc06c14
TheAlgorithms-Python
/
data_structures
/
Arrays
3 lines
35 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update Arrays
2018-03-01 21:28:00 +08:00
arr = [10, 20, 30, 40]
arr[1] = 30
Reference in New Issue
Copy Permalink