TheAlgorithms-Python/data_structures/Arrays

3 lines
35 B
Plaintext
Raw Normal View History

2018-03-01 21:28:00 +08:00
arr = [10, 20, 30, 40]
arr[1] = 30