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
2024-11-24 13:31:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ebe227c386
Python
/
data_structures
/
arrays.py
4 lines
82 B
Python
Raw
Normal View
History
Unescape
Escape
increment 1
2018-10-19 12:48:28 +00:00
arr
=
[
10
,
20
,
30
,
40
]
Added b16, b32, a85, abs, absMax, absMin
2018-11-03 20:08:13 +00:00
arr
[
1
]
=
30
# set element 1 (20) of array to 30
increment 1
2018-10-19 12:48:28 +00:00
print
(
arr
)
Reference in New Issue
Copy Permalink