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
4fb4cb4fd1
TheAlgorithms-Python
/
data_structures
/
arrays.py
4 lines
82 B
Python
Raw
Normal View
History
Unescape
Escape
increment 1
2018-10-19 20:48:28 +08:00
arr
=
[
10
,
20
,
30
,
40
]
Added b16, b32, a85, abs, absMax, absMin
2018-11-04 04:08:13 +08:00
arr
[
1
]
=
30
# set element 1 (20) of array to 30
increment 1
2018-10-19 20:48:28 +08:00
print
(
arr
)
Reference in New Issue
Copy Permalink