質問編集履歴
1
文字の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
|
14
14
|
|
15
|
-
|
15
|
+
|
16
16
|
|
17
17
|
from urllib.request import urlopen
|
18
18
|
|
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
print(html.read())
|
24
24
|
|
25
|
-
|
25
|
+
|
26
26
|
|
27
27
|
|
28
28
|
|
@@ -30,11 +30,11 @@
|
|
30
30
|
|
31
31
|
|
32
32
|
|
33
|
-
|
33
|
+
|
34
34
|
|
35
35
|
$python scrapetest.py
|
36
36
|
|
37
|
-
|
37
|
+
|
38
38
|
|
39
39
|
|
40
40
|
|
@@ -44,13 +44,13 @@
|
|
44
44
|
|
45
45
|
|
46
46
|
|
47
|
-
|
47
|
+
|
48
48
|
|
49
49
|
There's an error in your program:
|
50
50
|
|
51
51
|
invalid syntax
|
52
52
|
|
53
|
-
|
53
|
+
|
54
54
|
|
55
55
|
|
56
56
|
|