回答編集履歴

1

追記

2018/06/24 12:52

投稿

LouiS0616
LouiS0616

スコア35660

test CHANGED
@@ -27,3 +27,21 @@
27
27
  print(x.url)
28
28
 
29
29
  ```
30
+
31
+
32
+
33
+ dataは次のように作っても良いです。
34
+
35
+ ```Python
36
+
37
+ data = [
38
+
39
+ datum('title001', 'http://example.com/001'),
40
+
41
+ datum('title002', 'http://example.com/002'),
42
+
43
+ datum('title003', 'http://example.com/003'),
44
+
45
+ ]
46
+
47
+ ```