質問編集履歴

1

シンタックスハイライト・マークダウンを利用してインデントを付けました。

2018/12/19 08:25

投稿

NaoyaNishiyama
NaoyaNishiyama

スコア13

test CHANGED
File without changes
test CHANGED
@@ -30,6 +30,8 @@
30
30
 
31
31
  ### エラーメッセージ
32
32
 
33
+ ```Python
34
+
33
35
  File "<ipython-input-56-3b42deceabb8>", line 21
34
36
 
35
37
  df.set_index('ダム名', inplace=True)
@@ -38,19 +40,19 @@
38
40
 
39
41
  IndentationError: unexpected indent
40
42
 
41
-
43
+ ```
42
44
 
43
45
 
44
46
 
45
47
  ### 該当のソースコード
48
+
49
+ ```Python
46
50
 
47
51
  import pandas as pd
48
52
 
49
53
  import requests
50
54
 
51
55
  from bs4 import BeautifulSoup
52
-
53
-
54
56
 
55
57
 
56
58
 
@@ -92,9 +94,7 @@
92
94
 
93
95
  print("Notfund")
94
96
 
95
-
97
+ ```
96
-
97
-
98
98
 
99
99
  ### 試したこと
100
100