Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Les5_3 #9

Open
kostyria opened this issue Mar 24, 2023 · 0 comments
Open

Les5_3 #9

kostyria opened this issue Mar 24, 2023 · 0 comments

Comments

@kostyria
Copy link
Owner

x = int(input('Введите минимальную сумму инвестиций:'))
maik = int(input('Введите количество денег Майкла:'))
ivan = int(input('Введите количество денег Ивана:'))
duble = maik + ivan
if duble < x:
print('0')
elif duble > x:
if maik > x < ivan:
print('2')
elif maik > x > ivan:
print('Maik')
elif maik < x < ivan:
print('Ivan')
else:
print('1')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant