質問編集履歴

1

インテンドを追加しました。ご指摘ありがとうございます。

2018/11/04 10:10

投稿

st_radwimps
st_radwimps

スコア13

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,16 @@
1
1
  どの値を代入しても一番下の行でelseになってしまいます。
2
2
 
3
+ Enter the starting salary: 150000
3
4
 
5
+ を代入すると、
6
+
7
+ Best savings rate: 0.4411
8
+
9
+ Steps in bisection search: 12 になるそうです。
10
+
11
+
12
+
13
+ ```ここに言語を入力
4
14
 
5
15
  annual_salary=float(input("Enter your annual salary:"))
6
16
 
@@ -87,3 +97,5 @@
87
97
  else:
88
98
 
89
99
  print('It is not possible to pay the down payment in three years')
100
+
101
+ ```