This website requires JavaScript.
Explore
Help
Register
Sign In
TheAlgorithms
/
Python
Watch
1
Star
0
Fork
0
You've already forked Python
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
b21fc06c14cbcd0adaad963b896324755d3558df
Python
/
data_structures
/
Arrays
3 lines
35 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update Arrays
2018-03-01 18:58:00 +05:30
arr = [10, 20, 30, 40]
arr[1] = 30
Reference in New Issue
Copy Permalink