Ответ:
python3:
x = int(input ())
y = 3*(x-2)**3 + 5*(x-4)**2 - 7
print (y)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
python3:
x = int(input ())
y = 3*(x-2)**3 + 5*(x-4)**2 - 7
print (y)