mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-18 18:14:34 +08:00
Added b16, b32, a85, abs, absMax, absMin
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
arr = [10, 20, 30, 40]
|
||||
arr[1] = 30
|
||||
arr[1] = 30 # set element 1 (20) of array to 30
|
||||
print(arr)
|
||||
|
Reference in New Issue
Block a user