質問編集履歴

1

コード内の余分な部分(ミス)を修正

2021/10/20 09:43

投稿

ETOLEA
ETOLEA

スコア15

test CHANGED
File without changes
test CHANGED
@@ -35,8 +35,6 @@
35
35
  text = "辞書っぽいひとつの文字列"
36
36
 
37
37
 
38
-
39
- text = text.replace()
40
38
 
41
39
  key_list = re.findall(r",(.*?):", text)
42
40
 
@@ -110,10 +108,6 @@
110
108
 
111
109
 
112
110
 
113
- text = text.replace()
114
-
115
-
116
-
117
111
  # 取りこぼし回避に意図的に","を先頭に付与して上書き、あとでまた消す?
118
112
 
119
113
  text = text.replace("{", "{,")