回答編集履歴

1

変数名の修正

2017/12/08 01:16

投稿

y__sama
y__sama

スコア83

test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  for i in l:
20
20
 
21
- txt = txt.replace(*i)
21
+ a = a.replace(*i)
22
22
 
23
23
  ```
24
24
 
@@ -44,7 +44,7 @@
44
44
 
45
45
  for i in l2:
46
46
 
47
- txt = txt.replace(*i)
47
+ a = a.replace(*i)
48
48
 
49
49
  ```
50
50