質問編集履歴

2

誤字

2018/09/03 05:01

投稿

grilled_python
grilled_python

スコア237

test CHANGED
File without changes
test CHANGED
@@ -8,11 +8,11 @@
8
8
 
9
9
  ```ここに言語を入力
10
10
 
11
- ['https://www.python.org/',
11
+ [{'url': 'https://www.python.org/'},
12
-
12
+
13
- 'https://www.python.org/downloads/',
13
+ {'url': 'https://www.python.org/downloads/'},
14
-
14
+
15
- 'https://docs.python.org/3'
15
+ {'url': 'https://docs.python.org/3'}
16
16
 
17
17
  ]
18
18
 

1

誤字

2018/09/03 05:01

投稿

grilled_python
grilled_python

スコア237

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  'https://www.python.org/downloads/',
14
14
 
15
- 'https://docs.python.org/'
15
+ 'https://docs.python.org/3'
16
16
 
17
17
  ]
18
18
 
@@ -216,9 +216,9 @@
216
216
 
217
217
  [OrderedDict([('url', 'https://www.python.org/')])]
218
218
 
219
- [OrderedDict([('url', 'https://docs.python.org/3/')]), OrderedDict([('url', 'https://docs.python.org/3/')])]
219
+ [OrderedDict([('url', 'https://www.python.org/downloads/')]), OrderedDict([('url', 'https://www.python.org/downloads/')])]
220
-
220
+
221
- [OrderedDict([('url', 'https://www.python.org/downloads/')]), OrderedDict([('url', 'https://www.python.org/downloads/')]), OrderedDict([('url', 'https://www.python.org/downloads/')])]
221
+ [OrderedDict([('url', 'https://docs.python.org/3')]), OrderedDict([('url', 'https://docs.python.org/3')]), OrderedDict([('url', 'https://docs.python.org/3')])]
222
222
 
223
223
  ```
224
224