Ответ:
a = input('Имя: ')
b = input('Еда: ')
c = input('Время: ')
print('{}, неси Лешеньке {}, уже {}!'.format(a, b, c))
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
a = input('Имя: ')
b = input('Еда: ')
c = input('Время: ')
print('{}, неси Лешеньке {}, уже {}!'.format(a, b, c))