Код: Выделить всё
def standard_and_poors(work_days):
counter = 1
percentage_gain = 1
return_on_investment = 0
investment_per_day = 100
while counter
Подробнее здесь: [url]https://stackoverflow.com/questions/79001194/program-that-receives-the-amount-of-days-one-works-and-calculates-the-roi-on-a-i[/url]