Skip to content

Commit 7eff9e4

Browse files
author
harryjlhu
committed
json movifdafdsafdsafds
1 parent 94faec4 commit 7eff9e4

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.vscode/launch.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
// 使用 IntelliSense 了解相关属性。
3+
// 悬停以查看现有属性的描述。
4+
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
8+
{
9+
"name": "Python: 当前文件",
10+
"type": "python",
11+
"request": "launch",
12+
"program": "${file}",
13+
"console": "integratedTerminal",
14+
"justMyCode": true,
15+
"stopOnEntry": true
16+
}
17+
]
18+
}

douban_movie.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def main():
7171
col_B = 'B%s' % (name.index(i) + 1)
7272
col_C = 'C%s' % (name.index(i) + 1)
7373
col_D = 'D%s' % (name.index(i) + 1)
74+
# ws1[col_A] = i
7475
ws1[col_A] = i
7576
ws1[col_B] = m
7677
ws1[col_C] = o

0 commit comments

Comments
 (0)