Ответ:
a=float(input())
b=float(input())
if a>0 and b>0:
....k=(a+b)*2
....print('k=',k)
else:
....print('неверные данные')
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
a=float(input())
b=float(input())
if a>0 and b>0:
....k=(a+b)*2
....print('k=',k)
else:
....print('неверные данные')