質問編集履歴

1

2020/10/02 00:59

投稿

KGO12
KGO12

スコア1

test CHANGED
File without changes
test CHANGED
@@ -20,25 +20,7 @@
20
20
 
21
21
  print(route_key)
22
22
 
23
- ```import csv
23
+ ```
24
-
25
-
26
-
27
- route_key={}
28
-
29
- with open('/Users/01.csv', 'r') as f:
30
-
31
- reader = csv.DictReader(f, delimiter=' ')
32
-
33
- for row in reader:
34
-
35
- route_key[row['Rn']] = row['Customer']
36
-
37
-
38
-
39
-
40
-
41
- print(route_key)
42
24
 
43
25
  ![イメージ説明](b12e4807727f26bae3e49c3d9dad9d5e.png)
44
26