Ответ:
Объяснение:
Python 3.10
s = input()
if s == 'Петя Иванов' or s == 'Ваня Петров':
print('+')
else:
print('-')
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
Объяснение:
Python 3.10
s = input()
if s == 'Петя Иванов' or s == 'Ваня Петров':
print('+')
else:
print('-')