This website requires JavaScript.
Explore
Help
Sign In
mathdatech
/
Python
Watch
1
Star
0
Fork
0
You've already forked Python
mirror of
https://github.com/TheAlgorithms/Python.git
synced
2025-02-22 09:12:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7a428c1cdd
Python
/
data_structures
/
Arrays
4 lines
46 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update Arrays
2018-03-01 13:28:00 +00:00
arr = [10, 20, 30, 40]
arr[1] = 30
Update Arrays
2018-03-02 05:46:05 +00:00
print(arr)
Reference in New Issue
Copy Permalink