Синтаксическая ошибка в небольшом коде для работы со старением
#python #syntax-error #питон #синтаксическая ошибка Вопрос: lst = [] num = int(input('How many people?: ')) for n in range(num): age = float(input('Input Age: ') seconds = str(age*31536000) print("You lived: ",…