質問編集履歴

1

コードの入力ミス

2022/11/29 05:01

投稿

yu3sukei22
yu3sukei22

スコア8

test CHANGED
File without changes
test CHANGED
@@ -15,9 +15,7 @@
15
15
 
16
16
  ### 該当のソースコード
17
17
 
18
- ```ここに言語名を入力
19
- python
18
+ ```python
20
- ```
21
19
  def Logistic(a,n): #Logisticモデル
22
20
  h1 = np.zeros(n)
23
21
  h1[0] = 0.1
@@ -76,3 +74,4 @@
76
74
  plt.legend()
77
75
 
78
76
 
77
+ ```