質問編集履歴

2

codeの修正

2019/07/29 14:03

投稿

atk_721
atk_721

スコア62

test CHANGED
File without changes
test CHANGED
@@ -42,11 +42,13 @@
42
42
 
43
43
  print(title)
44
44
 
45
-
45
+ ```
46
46
 
47
47
  このコードを動かすと ⇨ Title cloud not be found
48
48
 
49
49
  と帰ってくるのですが、
50
+
51
+ ```ここに言語を入力
50
52
 
51
53
 
52
54
 
@@ -61,6 +63,8 @@
61
63
  title
62
64
 
63
65
 
66
+
67
+ ```
64
68
 
65
69
  <h1>An Interesting Title</h1>
66
70
 

1

codeの修正

2019/07/29 14:02

投稿

atk_721
atk_721

スコア62

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,7 @@
1
+ ```ここに言語を入力
2
+
3
+ コード
4
+
1
5
  from urllib.request import urlopen
2
6
 
3
7
  from urllib.error import HTTPError
@@ -37,6 +41,8 @@
37
41
  else:
38
42
 
39
43
  print(title)
44
+
45
+
40
46
 
41
47
  このコードを動かすと ⇨ Title cloud not be found
42
48