✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Оберіть результат виконання програми, при вхідних даних: 10 та 34a = int(input())b = int(input())if a % 10 == 0 or b % 10 == 0:....print('YES')else:....print('NO')