Ответ:
a = float(input('a: '))
b = float(input('b: '))
c = float(input('c: '))
res = (a+b) - c / (a - b)
print(res)
Объяснение: якщо питон то так
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
a = float(input('a: '))
b = float(input('b: '))
c = float(input('c: '))
res = (a+b) - c / (a - b)
print(res)
Объяснение: якщо питон то так