There is a code:
print("Сумма вашего кредита {0:.2f} за период {1:d} месяцев. Ежимесячный взнос, составит {2:.2f} "+\ "в меясяц процент банка ежимесячно составит {3:.2f} !".format(creditSum, period, result, bankProcent))
Displays only the last value adequately, all others as a string. Explain what is the error?