Решение в Python. Помогите
Ответ:
number = input('Введите натуральное число: ')
temp = ''
for i in number:
if i == temp:
print("Да.")
temp = i