Skip to content

Commit 5b5aba5

Browse files
committed
[fix]
1 parent 7699aac commit 5b5aba5

File tree

5 files changed

+223
-180
lines changed

5 files changed

+223
-180
lines changed

.vscode/launch.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"name": "test.py",
9+
"type": "python",
10+
"request": "launch",
11+
"program": "test.py",
12+
"console": "integratedTerminal"
13+
},
14+
{
15+
"name": "Python : Fichier actuel",
16+
"type": "python",
17+
"request": "launch",
18+
"program": "${file}",
19+
"console": "integratedTerminal"
20+
}
21+
]
22+
}

csv.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
test1,test2,test3,test4,test5,test6
12
still,planned,hill,means,master,porch
23
walk,gold,program,growth,before,letter
34
thy,by,egg,drew,contain,almost

0 commit comments

Comments
 (0)