Ответ:
x=int(input('Задайте x'))
y=5/x+2*x
print('y = ',y)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
x=int(input('Задайте x'))
y=5/x+2*x
print('y = ',y)