Skip to content

Выполнение первого практического задания - #1

Open
silverAndr wants to merge 1 commit into
mainfrom
lesson1
Open

Выполнение первого практического задания#1
silverAndr wants to merge 1 commit into
mainfrom
lesson1

Conversation

@silverAndr

Copy link
Copy Markdown
Owner

Кажется все получилось)

Comment threadtask5.py
outlay = int(input('Введите значение издержек в у.е.: '))
if(income > outlay):
print('Фирма работает в прибыль!')
print(f'рентабельность {income / outlay * 100:.1f} %')

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Рентабельность - это отношение прибыли к выручке, Прибыль - выручка минус издержки

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@silverAndr@evg-evtushenko@serebryakovAO