質問編集履歴

1

コードの修正

2019/06/26 07:27

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
   
12
12
 
13
- コード
13
+ ```
14
14
 
15
15
  #! /usr/bin/env python3
16
16
 
@@ -127,3 +127,7 @@
127
127
  predicted=int(order[last])
128
128
 
129
129
  print('the age range is ' + age_list[predicted] + ' with confidence of %3.1f%%' % (100.0*output[predicted]))
130
+
131
+ コード
132
+
133
+ ```