ПОМОГИТЕ ПОЖАЛУЙСТА!!!!!На языке Python!!!!

Приложения:

Ответы

Ответ дал: socool
0

a=int(input())

b=int(input())

c=int(input())

print('Да' if a>0 and b>0 and c>0 else 'Нет')

Вас заинтересует