Ответ:
a = float(input('Введите a: '))
b = float(input('Введите b: '))
c = float(input('Введите c: '))
print('Pт =',round(a+b+c))
Объяснение:
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
a = float(input('Введите a: '))
b = float(input('Введите b: '))
c = float(input('Введите c: '))
print('Pт =',round(a+b+c))
Объяснение: