Python/data_structures/Arrays
2018-03-01 18:58:00 +05:30

3 lines
35 B
Plaintext

arr = [10, 20, 30, 40]
arr[1] = 30