Skip to content

Commit d6702ac

Browse files
committed
Update 01.Array-Basic.md
1 parent 06701ef commit d6702ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Contents/01.Array/01.Array-Basic/01.Array-Basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ print(arr)
131131

132132
`Python` 中的 `list` 直接封装了中间插入操作,直接调用 `insert` 方法即可。
133133

134-
![插入中间元素](http://qcdn.itcharge.cn/images/20210916224032.png)
134+
![插入中间元素](https://qcdn.itcharge.cn/images/20210916224032.png)
135135

136136
示例代码如下:
137137

0 commit comments

Comments
 (0)