first programm and docs
This commit is contained in:
parent
0f5432e74c
commit
fe14dff3e3
@ -5,16 +5,6 @@
|
||||
# # final_sum = credit + credit / 100 * pr * year
|
||||
# # print(final_sum)
|
||||
|
||||
# perv_vznos = input (" Введите сумму первоначального взноса " )
|
||||
# vznos = int(perv_vznos)
|
||||
# a = input (" Введите значение желаемой суммы кредита " )
|
||||
# b = input (" Введите процентную ставку по кредиту ")
|
||||
# c = input (" Введите кол-во лет по кредиту ")
|
||||
# a1 = int(a)
|
||||
# b1 = float(b)
|
||||
# c1 = int(c)
|
||||
# final_sum = (a1 - vznos) + ((a1 - vznos) / 100 * b1) * c1
|
||||
# print(final_sum)
|
||||
|
||||
# a= 1**322
|
||||
# b= 321**322
|
||||
|
Loading…
Reference in New Issue
Block a user