a = float(input())
b = float(input())
print(f"сума: {a+b} \nрізниця: {a-b} \nпіднесення до степеня: {a**b} \nдобуток: {a*b}")
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
a = float(input())
b = float(input())
print(f"сума: {a+b} \nрізниця: {a-b} \nпіднесення до степеня: {a**b} \nдобуток: {a*b}")