質問編集履歴

1

2019/07/15 08:12

投稿

tiadia
tiadia

スコア13

test CHANGED
File without changes
test CHANGED
@@ -52,6 +52,8 @@
52
52
 
53
53
  ### 自作のプログラム
54
54
 
55
+ ```Python
56
+
55
57
  import networkx as nx
56
58
 
57
59
  import matplotlib.pyplot as plt
@@ -212,6 +214,8 @@
212
214
 
213
215
  print(f"({source}, {target}): {dist2:4.2f}")
214
216
 
217
+ ```
218
+
215
219
  ### 試したこと
216
220
 
217
221