質問編集履歴

1

コード修正

2018/12/04 02:42

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  rows = []
44
44
 
45
- with open('C:\GAM\GoogleGroupMembers_20181203.csv','r') as f:
45
+ with open('ファイルパス','r') as f:
46
46
 
47
47
  reader = csv.reader(f)
48
48
 
@@ -60,7 +60,7 @@
60
60
 
61
61
 
62
62
 
63
- with open("GoogleGroupMembers_20181129_new.txt", 'wt') as f:
63
+ with open("新ファイル名", 'wt') as f:
64
64
 
65
65
  for row in rows:
66
66