修复说明reuse文件夹图片丢失问题
This commit is contained in:
17
test.ipynb
17
test.ipynb
@@ -6,29 +6,24 @@
|
||||
"metadata": {
|
||||
"collapsed": true,
|
||||
"ExecuteTime": {
|
||||
"end_time": "2026-01-28T04:26:42.103401300Z",
|
||||
"start_time": "2026-01-28T04:26:42.066578300Z"
|
||||
"end_time": "2026-04-16T07:59:35.582985400Z",
|
||||
"start_time": "2026-04-16T07:59:35.549162600Z"
|
||||
}
|
||||
},
|
||||
"source": [
|
||||
"arr = [1, 2, 3, 4, 5]\n",
|
||||
"a = 1\n",
|
||||
"b = 3\n",
|
||||
"b_index = arr.index(b)\n",
|
||||
"arr.remove(a)\n",
|
||||
"arr.insert(b_index - 1, a)\n",
|
||||
"print(arr)"
|
||||
"copyfilePath = \"\"\n",
|
||||
"print(bool(copyfilePath))"
|
||||
],
|
||||
"outputs": [
|
||||
{
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"[2, 1, 3, 4, 5]\n"
|
||||
"False\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"execution_count": 2
|
||||
"execution_count": 1
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
|
||||
Reference in New Issue
Block a user