✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Розрахунок ROI
Маємо код з помилкою:
cost = 10000roi = (gain - cost) / cost * 100 print("ROI: " + roi + "%")
Питання:Що не так із виведенням результату?