回答編集履歴

1

誤字修正

2019/05/06 13:16

投稿

JIN3X
JIN3X

スコア84

test CHANGED
@@ -66,13 +66,13 @@
66
66
 
67
67
 
68
68
 
69
- with open("./age.txt", "r") as f:
69
+ with open("./age.txt", "w") as f:
70
70
 
71
71
  f.writelines(age)
72
72
 
73
73
 
74
74
 
75
- with open("./business.txt", "r") as f:
75
+ with open("./business.txt", "w") as f:
76
76
 
77
77
  f.writelines(business)
78
78